styluszeppelin

Crates.iostyluszeppelin
lib.rsstyluszeppelin
version0.1.5
sourcesrc
created_at2024-04-12 10:12:38.413322
updated_at2024-04-20 06:08:53.778466
descriptionA Rust Crate for secure smart contract development For Arbitrum Stylus
homepage
repository
max_upload_size
id1206167
size60,530
dinesh (dinesh11515)

documentation

README

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;
Commit count: 0

cargo fmt