Start a new project
charms app new my-token
Start a new project
charms app new my-token
Implement application logic
pub fn app_contract( app: &App, tx: &Transaction, x: &Data, w: &Data) -> bool{ todo!()}
Test your spells
## edit the spell at ./spells/mint-tokens.yaml## then runcharms app run --spell=./spells/mint-tokens.yaml
Read the docs
Learn more in the Charms Docs.