This project constructs of 2 parts:
- A Mintable, Brnable and Pausable ERC20 smart contract implemented for GXC, based on openzeppelin and truffle
- A Relay Contract writen in C++ which will be deployed on GXChain
npm i truffle -g
npm install
Note: A file named .secret should be created which contains the brain key of your eth account
npm run ropsten // for ropsten testnet
npm run live // for ethereum mainnet
truffle console --network ropsten
You can view the audit results of the contract in this directory