Build your first dApp on Arbitrum Stylus using Rust. Stylus allows you to write smart contracts in Rust, C, and C++ that run on the Arbitrum blockchain with significant gas savings.
Install Rust and the Stylus tools.
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Add wasm32 target
rustup target add wasm32-unknown-unknown
# Install cargo-stylus
cargo install cargo-stylus
# Verify installation
cargo stylus --versionSign up to save your progress and earn 140 points upon completion.