Skip to content

RavenXce/osmosis-frontend

This branch is up to date with alexanderbez/osmosis-frontend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae8c63c · Feb 24, 2022
Feb 24, 2022
Jun 8, 2021
Dec 13, 2021
Feb 23, 2022
Dec 10, 2021
Feb 23, 2022
Jul 28, 2021
Apr 26, 2021
Jun 8, 2021
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021
Aug 26, 2021
Aug 26, 2021
Aug 26, 2021
Feb 4, 2022
Apr 26, 2021
Jun 18, 2021
Feb 3, 2022
Apr 19, 2021
Dec 13, 2021
Aug 5, 2021
Dec 10, 2021
Feb 3, 2022

Repository files navigation

Osmosis Web Interface

Frontend React app for Osmosis AMM.

Install global dependencies

To run or build the app, first, need to install Node.js and Yarn globally;

First Install Node (recommend 14.x.x LTS version) from;

https://nodejs.org/

Then install Yarn;

npm install -g yarn
# OR
sudo npm install -g yarn

Install project dependencies

First clone the repo;

git clone https://github.com/osmosis-labs/osmosis-frontend.git && cd osmosis-frontend

Then install project dependencies;

yarn

Build

To build the static assets;

yarn build:css && yarn build

This should produce prod folder with static assets.

Currently, Osmosis frontend app is SPA with entry point: prod/index.html

Development

To spin up the local dev server;

yarn build:css && yarn dev

The app should be live at http://localhost:8081

License

This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work.

SPDX-License-Identifier: Apache-2.0 OR MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.6%
  • JavaScript 14.9%
  • Other 1.5%