An open API service indexing awesome lists of open source software.

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

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.