stable-farm icon indicating copy to clipboard operation
stable-farm copied to clipboard

Automatically moving stable coins between decentralized finance platforms seeking for maximum yield

stable-farm

Automatically moving stable coins between decentralized finance platforms seeking for maximum yield

Getting started

Install dependencies

npm install

Run Ganache

Export Infura's API key:

export infuraApiKey=xxxxxxxxxxxx

Run ganache with forked mainnet and unlocked accounts:

npm run ganache

Running

Compile contracts

npm run compile

Migrate contracts

npm run migrate

Run tests

npm run test

Run UI

npm run serve