Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 528 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 528 Bytes

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