For the complete documentation index, see llms.txt. This page is also available as Markdown.
Native Script Minting
A Deno-based script for minting CIP-68 assets on the Cardano blockchain using the Anvil API. This guide provides a complete example for building, signing, and submitting a transaction to mint a CIP-68
Quick-Start Example
This streamlined tutorial shows how to mint a CIP-68 NFT on Cardano using Deno + Fetch and the Anvil API.
This guide demonstrates the Native Script Validation approach using a Metadata-Manager Wallet. It's a straightforward way to create updatable NFTs without deploying a full smart contract. See the reasons why for more details.