1.0.2-alpha.1 • Published 11 months ago

@core-dex/sdk v1.0.2-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

CORE DEX SDK

This repository has been forked from UniswapV2

Running tests

To run the tests, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone https://github.com/CORE-DEX/coredex-core.git

Move into the coredex-sdk working directory

cd coredex-sdk/

Install dependencies

yarn install

Run tests

yarn test