CEngine - An engine to execute copy trading on decentralized exchange via 0x protocol.
- Create an account on https://infura.io and get an API key.
export INFURA_API_KEY=MyInfuraAPIKey- Set you Ethereum account with your mnemonic words and make sure it have WETH on it.
export MNEMONIC="the quick brown fox jumps over the lazy dog"- Run the program
npm install -g truffle
npm install
npm start