An analytics interface for Osmosis AMM.
View Demo
Osmosis is a decentralized protocol for exchanging cryptomaies based on Cosmos. This project allow to display and make accessible all the information relating to Osmosis.
To get a local copy up and running follow these simple steps.
No prerequisites is need except NPM or YARN.
-
Install packages
yarn
or
npm install
-
Run it
yarn start
or
npm run start