#casper #erc20 #tokens #developing #smart-contracts

no-std casper-erc20-crate

A library for developing ERC20 tokens for the Casper network

4 releases

0.1.3 Dec 21, 2022
0.1.2 Dec 21, 2022
0.1.1 Dec 7, 2022
0.1.0 Nov 30, 2022

#9 in #erc20

45 downloads per month
Used in 3 crates

MIT license

36KB
681 lines

casper-erc20

A library for developing ERC20 tokens for the Casper network.


lib.rs:

A library for developing ERC20 tokens for the Casper network.

The main functionality is provided via the ERC20 struct, and is intended to be consumed by a smart contract written to be deployed on the Casper network.

To create an example ERC20 contract which uses this library, use the cargo-casper tool:

cargo install cargo-casper
cargo casper --erc20 <PATH TO NEW PROJECT>

Dependencies

~7.5MB
~162K SLoC