1.0.21 • Published 2 years ago

@whybee/swapsdk v1.0.21

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

Uniswap SDK

code style: prettier npm version npm bundle size (scoped version)

In-depth documentation on this SDK is available at uniswap.org.

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 git@github.com:Fools-Guild/fools-sdk.git

Move into the fools-sdk working directory

cd fools-sdk/

Install dependencies

yarn install

Run tests

yarn test