inkmate 0.0.6

Building block smart contracts written in Rust for Stylus
Documentation
1
2
3
4
5
6
7
//! All the base Stylus token contracts

#[cfg(feature = "erc20")]
pub mod erc20;

#[cfg(feature = "erc721")]
pub mod erc721;