https://github.com/yangwao/flipper-substrate
https://github.com/yangwao/flipper-substrate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangwao/flipper-substrate
- Owner: yangwao
- Created: 2019-07-12T11:55:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T18:56:17.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T04:29:12.385Z (5 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flipper-substrate
I expect you already have prepared enviroment with Rust & Cargo.
If not, go through this https://substrate.dev/docs/en/contracts/installing-ink```
$ cat rust-toolchain
nightly-2019-05-21⏎
$ rustup install nightly-2019-05-21
$ rustup target add wasm32-unknown-unknown --toolchain nightly-2019-05-21
$ cargo install --force --git https://github.com/paritytech/ink cargo-contract
```Continue https://substrate.dev/docs/en/contracts/deploying-a-contract