Quick Start
Create a new template
Section titled “Create a new template”tari create my-tokenThis scaffolds a new template crate from a starter template, automatically setting up metadata generation via build.rs.
cd my-tokencargo build --target wasm32-unknown-unknown --releaseInspect metadata
Section titled “Inspect metadata”After building, inspect the generated metadata:
tari template inspectPublish
Section titled “Publish”Publish your template to the Tari network:
tari template publishThis builds the WASM, computes the metadata hash, and submits both to the wallet daemon.