Skip to content

Tutorial: Shielded Token Operations: Mint, Transfer & Burn with Test Suite (#327)#548

Open
a918124259a wants to merge 1 commit into
midnightntwrk:mainfrom
a918124259a:tutorial/327-shielded-token-operations
Open

Tutorial: Shielded Token Operations: Mint, Transfer & Burn with Test Suite (#327)#548
a918124259a wants to merge 1 commit into
midnightntwrk:mainfrom
a918124259a:tutorial/327-shielded-token-operations

Conversation

@a918124259a
Copy link
Copy Markdown

Summary

Walk through the complete shielded token lifecycle in Compact: minting, transferring,
and burning, with compilable code and a full test suite.

What's Covered

  • mintShieldedToken + evolveNonce
  • sendShielded + ShieldedSendResult + change notes
  • Burning via sendImmediateShielded to shieldedBurnAddress()
  • Merkle tree root constraint and why it matters
  • mint_and_send atomic pattern
  • Full test suite

Closes #327

@a918124259a a918124259a requested a review from a team as a code owner May 22, 2026 16:04
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Tutorial] Shielded Token Operations: Mint, Transfer & Burn with Test Suite

2 participants