#stylus #erc20 #smart-contracts #solditiy

styluszeppelin

A Rust Crate for secure smart contract development For Arbitrum Stylus

6 releases

0.1.5 Apr 20, 2024
0.1.4 Apr 18, 2024

#7 in #erc20

ISC license

43KB
1K SLoC

StylusZeppelin

crates.io version

A Rust Crate for secure smart contract development For Arbitrum Stylus

View this example on how to use styluszeppelin crate in your project.

A simple video demo on usage of styluszeppelin.

Installation

Run the following Cargo command in your project directory:

cargo add styluszeppelin

Or add the following to your Cargo.toml file:

[dependencies]
styluszeppelin = "0.1.2"

Usage

you can use any contract available in styluszeppelin like this:

use styluszeppelin::access::ownable::ownable::Ownable;

Dependencies

~12MB
~207K SLoC