Crates.io | casper-erc20 |
lib.rs | casper-erc20 |
version | 0.2.1 |
source | src |
created_at | 2021-09-12 14:10:13.124802 |
updated_at | 2021-09-20 12:03:30.016872 |
description | A library for developing ERC20 tokens for the Casper network. |
homepage | https://casperlabs.io |
repository | https://github.com/casper-ecosystem/erc20 |
max_upload_size | |
id | 450106 |
size | 42,671 |
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>