Crates.io | cw-erc20 |
lib.rs | cw-erc20 |
version | 0.10.0 |
source | src |
created_at | 2020-01-07 16:34:18.019118 |
updated_at | 2021-05-27 09:33:28.55272 |
description | An implementation of the ERC20 token interface |
homepage | |
repository | https://github.com/CosmWasm/cosmwasm-examples |
max_upload_size | |
id | 196200 |
size | 120,182 |
This is an implementation of Ethereum's ERC20 interface. Please note that ERC20 has some fundamental flaws, many of which have been resolved with ERC777. This projects intents to serve as a simple example that token developers can familiarize with easily, not as a modern token contract.