Setting Up Your Environment
Environment configuration instructions to get started developing on Secret Network.
Install Requirements
sudo apt-get install git makebrew install makeInstall Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcurl https://sh.rustup.rs -sSf | shAdd WASM build target
rustup target add wasm32-unknown-unknownInstall Cargo Generate
cargo install cargo-generate --features vendored-opensslInstall Docker
Install SecretCLI
Last updated
Was this helpful?