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
- Host: GitHub
- URL: https://github.com/osuketh/apple-store-substrate
- Owner: osuketh
- License: unlicense
- Created: 2019-01-05T11:21:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T06:36:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T21:39:06.576Z (10 months ago)
- Language: Rust
- Size: 2.29 MB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - apple-store-substrate, An apple store on substrate
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: