docs(tutorials): add token lifecycle tutorials#154
Conversation
Add a Tokens tutorial section covering the issuer-managed token lifecycle on Evo SDK 4.0.0-rc.2: register a token contract, retrieve token info, mint, burn, and transfer tokens. Wire the new pages into the tutorials toctree and sidebar, and add their source mappings to the tutorial code-sync map so the embedded examples stay in sync with platform-tutorials. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add 'See this in an example app' tips on the register, retrieve-info, and transfer token tutorials pointing to the matching DashMint Lab sections, matching the cross-link pattern used by the contract and document tutorials. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…dance Note that the recipient defaults to a demo testnet identity and explain when to set RECIPIENT_ID to a second identity you control. On the register page, clarify that TOKEN_CONTRACT_ID is the published contract ID, not the token ID printed at the end.
thephez
left a comment
There was a problem hiding this comment.
@coderabbitai review
Summary
Adds a new Tokens tutorial section covering the basic issuer-managed token lifecycle, following the style and tone of the existing tutorials. Code is sourced from the new
3-Tokens/scripts inplatform-tutorialsand wired into the tutorial code-sync system so the embedded examples stay in sync.New pages
Under
docs/tutorials/tokens/, in lifecycle order:TokenConfigurationbreakdown is tucked into a collapsible dropdown so the basics stay front and center.The register, retrieve-info, and transfer pages cross-link to the matching DashMint Lab example-app sections, matching the existing contract/document tutorial pattern.
Wiring
docs/tutorials/tokens.mdsection index (toctree + scope note); the note flags that advanced features are out of scope for this initial series.tutorials/tokensadded to the Tutorials toctree indocs/index.md, after Contracts and documents.3-Tokens/*.mjssource mappings added toscripts/tutorial-sync/tutorial-code-map.yml._templates/sidebar-main.html.Verification
sync_tutorial_code.py --checkreports all five token pages MATCH their source.TokenDistributionRules,ChangeControlRules,TokenTradeMode) for accuracy.🤖 Generated with Claude Code
Preview build: https://dash-docs-platform--154.org.readthedocs.build/en/154/