A web frontend for interacting with the deprecated Earn section of the mStable App.
git clone git@github.com:mstable/earn-app.git && cd earn-app
cp .env.example.mainnet .env
to connect to Mainnetyarn
yarn codegen
- Optional: replace env vars in
.env
with e.g. a real Infura provider key
Simply run yarn start
.