- Run build to install crates and build:
$ cargo build
- Start a local instance of the Internet Computer locally:
$ dfx start
- Create the canister and obtain it's private key:
$ dfx canister create wallet
- Build the smart contract:
$ dfx build
- Deploy to the local running ICP:
$ dfx deploy
Note: Install wasm32 using:
$ rustup target add wasm32-unknown-unknown