C smart-contract starter using Arbitrum Stylus with WASM toolchain.
Starter template for writing Arbitrum Stylus smart contracts in C that compiles to WebAssembly and produces contract.wasm. It uses the Stylus toolchain (cargo stylus and Rust targets), Docker for reproducible builds, and includes build targets and validation steps for testing against Arbitrum rollups; suitable for developers creating Stylus WASM contracts and exploring storage/register patterns.
0