styluszeppelin 0.1.5

A Rust Crate for secure smart contract development For Arbitrum Stylus
Documentation

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;