Arbitrum Stylus logo

Stylus by Example

First App

Simple contract that defines a count value in storage that can be incremented, decremented, and set to a specific number.

Learn More

Full Example code:

src/lib.rs

1Loading...
1Loading...

Cargo.toml

1Loading...
1Loading...

src/main.rs

1Loading...
1Loading...