Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 471 Bytes

mStable Earn App

A web frontend for interacting with the deprecated Earn section of the mStable App.


Setup

Installation

  1. git clone git@github.com:mstable/earn-app.git && cd earn-app
  2. cp .env.example.mainnet .env to connect to Mainnet
  3. yarn
  4. yarn codegen
  5. Optional: replace env vars in .env with e.g. a real Infura provider key

Running the application locally

Simply run yarn start.