This repo is a fork of Casper-ERC20 and is used as code base for wrapped ERC20 token on Casper network
All changes made by DotOracle team can be referred at https://github.com/dotoracle/casper-erc20/tree/minter-role
Make sure the wasm32-unknown-unknown
Rust target is installed.
make prepare
To build the example ERC20 contract and supporting test contracts:
make build-contracts
make test
A javascript client SDK can be used to interact with the ERC20 contract. It is available in it's own repository.