/apple-store-substrate

An apple store on substrate

Primary LanguageRustThe UnlicenseUnlicense

apple-store-substrate

An apple store on substrate

Build and Start apple-store chain

$ curl https://getsubstrate.io -sSf | bash
$ ./init.sh
$ ./build.sh
$ cargo build --release
$ ./target/release/apple-store --dev

Interactions with the runtime

To simplify interactions with the runtime, we can use: https://polkadot.js.org/apps/

To have it connect to your local node, set:


Then, sending extrinsics and getting the chain state 🙌