Skip to content

Quick Start

Terminal window
tari create my-token

This scaffolds a new template crate from a starter template, automatically setting up metadata generation via build.rs.

Terminal window
cd my-token
cargo build --target wasm32-unknown-unknown --release

After building, inspect the generated metadata:

Terminal window
tari template inspect

Publish your template to the Tari network:

Terminal window
tari template publish

This builds the WASM, computes the metadata hash, and submits both to the wallet daemon.