Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 471 Bytes

mStable Governance App

TODO write me


Setup

Installation

  1. git clone git@github.com:mstable/mStable-governance-app.git && cd mStable-governance-app
  2. cp .env.example.ropsten .env to connect to Ropsten (or cp .env.example.mainnet .env to connect to Mainnet)
  3. yarn
  4. yarn provision
  5. yarn codegen
  6. Optional: replace env vars in .env with e.g. a real Infura provider key

Running the application locally

Simply run yarn start.