README.md 505 B
Newer Older
Hero Bird's avatar
Hero Bird committed
# ink-3.0-workshop-setup
Hot to setup ink! 3.0 and Canvas Node for the ink! 3.0 workshop at Sub0 2020.
Hero Bird's avatar
Hero Bird committed

Hero Bird's avatar
Hero Bird committed
- Get the `rustup` Rust installer: https://rustup.rs/
- Default to the nightly compiler from 2020-10-14: `rustup default nightly-2020-10-14`
- Install Binaryen's WebAssembly optimizer at: https://github.com/WebAssembly/binaryen#tools
- Install `rust-src` component from `rustup`: `rustup component add rust-src`
- Install latest `cargo-contract` version from crates.io: `cargo install cargo-contract`