casperlabs-erc20 2.0.3

A Basic Erc20 Implementation with New CasperLabs Crate
Documentation
1
2
3
4
5
6
7
8
extern crate alloc;

pub mod data;
mod erc20;
mod event;

pub use casper_erc20_crate::Address;
pub use erc20::ERC20;