/gxc-convert-contract

A relay contract forked from gxc-relay-contract which enables convert GXC to REI

Primary LanguageC++

GXC-Relay-Contract

This project constructs of 2 parts:

Install dependencies

npm i truffle -g
npm install

Deploy

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

Test

truffle console --network testnet