CasperLabs ERC20 Implementation of ERC20 token for the CasperLabs platform. Install Make sure wasm32-unknown-unknown is installed. $ make prepare Build Smart Contract $ make build-contract Test Test logic and smart contract. $ make test