An open API service indexing awesome lists of open source software.

https://github.com/osuketh/apple-store-substrate

An apple store on substrate
https://github.com/osuketh/apple-store-substrate

Last synced: about 1 month ago
JSON representation

An apple store on substrate

Awesome Lists containing this project

README

          

# 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:

To have it connect to your local node, set:





Then, sending extrinsics and getting the chain state :raised_hands: