Automatically moving stable coins between decentralized finance platforms seeking for maximum yield
npm install
Export Infura's API key:
export infuraApiKey=xxxxxxxxxxxx
Run ganache with forked mainnet and unlocked accounts:
npm run ganache
npm run compile
npm run migrate
npm run test
npm run serve