-
Notifications
You must be signed in to change notification settings - Fork 50
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
Documentation uses module cardano/transaction/value #89
Comments
Hello @JustLeif , |
Awesome thanks! |
First time testing out Aiken. I guess the the website examples need further updates and testing. |
hello @speedlightwp thanks for bringing this up, |
For this error, change the type of Data to be:
instead of
I'm actually working on a course right now to write Aiken smart contracts and use them with the MeshSDK, the first project will be a demo bank. I can send you the videos when I'm done with them if you want :) |
Hi JustLeif, thank you. Do send me the videos once you have done. I am new to Aiken smart contracts, would like to learn more about it too. |
Note: the gift_card tutorial is indeed lagging a bit behind. You can see the ongoing PR #96 updating it. We'll be wrapping this up in the upcoming days. |
First
Thank you very much for your work on Aiken. It cannot be stated how much I appreciate you trying to make development on Cardano more approachable.
Describe what the problem is?
The documentation for the gift card example uses a module that doesn't appear in the newest version of the standard library.
What should be the expected behavior?
I assume there is a new module or function that replaces the logic of the
value.from_minted_value
&value.tokens(policy_id)
? I would offer a PR to fix this issue, but I'm very new to Cardano smart contract development and not sure if it is even an issue or maybe I made a mistake.The text was updated successfully, but these errors were encountered: