-
Notifications
You must be signed in to change notification settings - Fork 156
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
Tweaked native tokens explanation with more details #3091
Conversation
Create learn-about-native-tokens.rst
This is a step-by-step manual for working with native tokens. Last reviewed by IOG QA team before the Vasil release. All commands are updated to match new environments.
A. In a one-time minting policy, the complete set of tokens scoped under | ||
it is minted by one specific transaction. This means that no more tokens | ||
will ever be minted under that policy. This type of policy does require | ||
smart contracts and cannot be expressed using multisig. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The multi-sig DSL was expanded in the Allega ledger era to include timelocks, which do provide the ability to guarantee that a given policy can never again be used after a gives slot.
Co-authored-by: Jared Corduan <jaredcorduan@gmail.com>
Co-authored-by: Jared Corduan <jaredcorduan@gmail.com>
Co-authored-by: Jared Corduan <jaredcorduan@gmail.com>
@JaredCorduan I think I have now addressed all your suggestions. Thanks so much for going through this! Please take a look if everything is okay now and if the index.rst is properly edited. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thank you @olgahryniuk !
@JaredCorduan
This PR adds the content which we have on Cardano Docs (such as a getting started tutorial, native tokens exercises, exchange multi-asset management scenarios, and listing advice) and also includes some styling tweaks to existing sections. Can you please review and merge if happy? I also made changes to the rst index file so that new sections are included in the user-facing documentation.