1.0.0 • Published 2 years ago

@cocore/swap-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CocoreSwap 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/CocoreProjects/cocoreswap-sdk.git

Move into the cocoreswap-sdk working directory

cd cocoreswap-sdk/

Install dependencies

yarn install

Run tests

yarn test