oraiswap-frontend icon indicating copy to clipboard operation
oraiswap-frontend copied to clipboard

OraiDEX is an IBC and CosmWasm-based decentralized exchange platform with multichain interoperability, optimal speed, and a lot of liquidity options for users

Oraidex's Frontend

Overview

This repository provides frontend code for Oraidex of Oraichain.

Prerequisite

  • A working contract described here
  • NodeJS 10+

Installation

  1. Git clone this repo to desired directory
git clone https://github.com/oraichain/oraiswap-frontend.git
  1. Install required packages
yarn install
  1. Dev it or build it
yarn start
yarn build

# typescript generated for scss
yarn ts-css

If there is a problem related to babel-preset-react-app go to node_modules/babel-preset-react-app and run yarn then try again

or add this into package.json

"nohoist": [
      "**/babel-preset-react-app/@babel/runtime"
]

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

Released under the Apache 2.0 License.

Happy comment