Back to Video Series
Advanced15h estimated+140 pts

Stylus dApp

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.

Video Coming Soon

We're recording this tutorial. In the meantime, follow the written guide and build in the browser IDE.

What You'll Build

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.

RustStylus SDKcargo-stylusethers.jsReact

Learning Objectives

  • Set up Rust development environment for Stylus
  • Understand Stylus SDK and ABI encoding
  • Write and test Rust smart contracts
  • Deploy to Arbitrum Sepolia testnet
  • Interact with Stylus contracts from JavaScript