/mStable-app

📀 Lite application to interface with the mStable protocol

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

🏡🚚 The mStable App has moved!

The app deployed at https://mstable.app is now part of mStable-apps.


mStable App

A web frontend for interacting with the mStable contracts.


Setup

Installation

  1. git clone git@github.com:mstable/mStable-app.git && cd mStable-app
  2. cp .env.example .env
  3. yarn
  4. yarn codegen

Running the application locally

Simply run yarn start.