Crates.io | styluszeppelin |
lib.rs | styluszeppelin |
version | 0.1.5 |
source | src |
created_at | 2024-04-12 10:12:38.413322 |
updated_at | 2024-04-20 06:08:53.778466 |
description | A Rust Crate for secure smart contract development For Arbitrum Stylus |
homepage | |
repository | |
max_upload_size | |
id | 1206167 |
size | 60,530 |
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.
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"
you can use any contract available in styluszeppelin like this:
use styluszeppelin::access::ownable::ownable::Ownable;