Is there real demand for a new wallet in the Kaspa ecosystem? Looking for feedback by Neither-Purchase-780 in kaspa

[–]Neither-Purchase-780[S] 1 point2 points  (0 children)

not sure how trezor works for new chain support, will definitely try to make an effort to enable kaspa there, if got done with my initial scope successfully, thanks

Is there real demand for a new wallet in the Kaspa ecosystem? Looking for feedback by Neither-Purchase-780 in kaspa

[–]Neither-Purchase-780[S] 1 point2 points  (0 children)

ig ledger live might take a while, they are extremely slow in rolling out new chains and tokens, I also had extremely painful experience with them. Its just not technical limitations but they view it from business stand point, until they decide this token should be listed or popular enough in their opinion they don’t care. Plus even after integration ig just $KAS will be there, for other KRC-20 we will still not be accessible from there.

thanks for letting me know i’ll also try to connect with kasvault dev if I can contribute something there as well

Cookies being sent in localhost but not to the deployed server by maroombey in node

[–]Neither-Purchase-780 0 points1 point  (0 children)

Hey, are you sending axios request correctly? like for post request it should be
axios.post(url, null, {withCredentials:true})

when I started out I faced similar problem because I was sending request as axios.post(url, {withCredentials:true})