Last updated
Last updated
Follow the steps to set up a local development chain or connect to the Source Chain Testnet before continuing.
Assuming you have never worked with rust, you will first need to install some tooling. The standard approach is to use rustup
to maintain dependencies and handle updating multiple versions of cargo
and rustc
, which you will be using.
First, . Once installed, make sure you have the wasm32 target: