Skip to content

mstable/mStable-governance-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.