-
Notifications
You must be signed in to change notification settings - Fork 24
Demo does not work (missing imports, dht-relay version not fixed) #28
Comments
Thanks, @rolznz, indeed the demo was created when the |
facing same issue, any pointers guys? |
Hello @vigasdeep Fixing this issue would take quite some work only to allow the demo to work in localhost, which offers little value right now as we are focused on building more prototypes for other fundamental primitives for Slashtags. If you still want to be inspired with more current prototypes, check SlashPay: https://github.com/synonymdev/slashpay-istanbul-hackday |
thank you @nazeh really appreciate the thorough reply. I will look into the slashpay. |
@nazeh I did look into the SlashPay. But, I am looking for for some implementation of SlashTags perhaps, is that functionality available somewhere that you know of? thanks again. |
In a few months we will also have a mobile wallet implementation that goes deeper into supporting Slashtags features. It is still a bit early to be implementing it into apps, but if you have a specific use case and app you want to leverage Slashtags for, let us know and we can try to help as appropriate! |
I get the following error when I start the wallet:
TypeError: Cannot read properties of undefined (reading 'fromTransport')
Looking at dht-relay, their API has changed.
In packages/auth/package.json, it seems the following import is needed:
"@synonymdev/slashtags-core": "^0.1.1",
In packages/rpc/package.json, I updated to use this specific version of dht-relay:
"@hyperswarm/dht-relay": "github:hyperswarm/dht-relay#v0.0.0",
and also added ws:
"ws": "^8.5.0"
After making the changes I still couldn't run the demo. It looks like the demo is pulling the synonymdev dependencies from npm rather than the locally built packages. Is this right?
https://slashtags.netlify.app/ and https://slashtags-wallet.netlify.app/ are working fine.
The text was updated successfully, but these errors were encountered: