mStable-governance-app icon indicating copy to clipboard operation
mStable-governance-app copied to clipboard

🧑‍⚖️ mStable Governance App

mStable Governance App

TODO write me


Setup

Installation

  1. git clone [email protected]: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.