This project constructs of 2 parts:
- A Convert Contract deployed on REI Network
- 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 testnet // for rei testnet
npm run live // for rei mainnet
truffle console --network testnet