https://github.com/stackman27/okcoin-consulting
External Consulting Project with OkCoin
https://github.com/stackman27/okcoin-consulting
dex dex-aggregator
Last synced: about 2 months ago
JSON representation
External Consulting Project with OkCoin
- Host: GitHub
- URL: https://github.com/stackman27/okcoin-consulting
- Owner: stackman27
- Created: 2021-02-16T03:29:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T20:13:32.000Z (about 4 years ago)
- Last Synced: 2025-02-05T02:44:31.078Z (4 months ago)
- Topics: dex, dex-aggregator
- Language: JavaScript
- Homepage: https://okswap.vercel.app/
- Size: 9.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OKCoin DEX Aggregator
Setting up and running the DEX aggregator interface
### Setup
Make sure you are using Node LTS (14.x as of 2/20/21), not Beta (15.x as of 2/20/21)
```
git clone https://github.com/BerkeleyBlockchain/okcoin-consulting.git
cd okcoin-consulting
npm install
```### Running the Aggregator
```
npm start
```This should open a browser to the dev server at `http://localhost:3000`.
Connect the desired account in MetaMask to use the aggregator.