setup-stylus-contracts

Installation
SKILL.md

Stylus Setup

Rust & Cargo Stylus Setup

Install the Rust toolchain and WASM target:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add wasm32-unknown-unknown

Install the Cargo Stylus CLI:

cargo install --force cargo-stylus

Create a new Stylus project:

Installs
125
GitHub Stars
187
First Seen
Mar 5, 2026
setup-stylus-contracts — openzeppelin/openzeppelin-skills