mygirl8893 / stablefarm-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Solidity 53.7%Language:JavaScript 37.6%Language:Vue 8.1%Language:HTML 0.5%Language:Shell 0.0%