Skip to content

Charms ✨

Programmable Tokens on Bitcoin (And Beyond). Designed for BOS

Start a new project

Terminal window
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

Terminal window
## edit the spell at ./spells/mint-tokens.yaml
## then run
charms app run --spell=./spells/mint-tokens.yaml