0.2.1 Sep 20, 2021
0.2.0 Sep 13, 2021
0.1.0 Sep 12, 2021

#33 in #erc20

Custom license

32KB
581 lines

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>

casper-erc20

A library for developing ERC20 tokens for 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

~11MB
~233K SLoC