-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with new Cardano API implementation #5
Comments
Hey @pierre-andre-long thank you for posting this issue. Could you provide more info? For example full error stack trace from backend and piece of backend code in which you verify the token? Thank you! |
I use the code of @gavinharris-dev's branch node.js as backend. My backend code is exactly the same as example, and it all works just fine when i use The issue on the backend side:
Problem comes from this line Version of cardano-serialization-lib-browser : EDIT : This is certainly due to the change from "scripts": {
+ "postinstall": "patch-package"
} Then, in your project directory, run: npm install patch-package [email protected]
mkdir patches
curl http://plong.perso.centrale-marseille.fr/visible/web3-cardano-token0.0.12.patch --output patches/web3-cardano-token+0.0.12.patch
npm install |
I will be looking at properly supporting CIP30 on an internal project in the coming weeks, I should be able to raise a PR at the same time to get this support cut over here. |
When trying the example usage code by making it compliant with new cardano wallet api, for instance this code :
I got an error server side when verifying the token.
The text was updated successfully, but these errors were encountered: