Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
/ mStable-app Public archive

๐Ÿ“€ Lite application to interface with the mStable protocol

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

mstable/mStable-app

Repository files navigation

๐Ÿก๐Ÿšš 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.