charms-sdk-0.11.0 has been yanked.
This is the only crate you need to get started coding a Charms app.
Usage
Run this command to create a new Charms app:
It will create a new directory called my-app with a basic Charms app template.
It'll have this in Cargo.toml:
[]
= { = "0.3.0" }
This is how the entire src/main.rs looks like:
main!;
The most important function in the app is app_contract in src/lib.rs:
use ;