Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 558 Bytes

DFYN SDK

Fork from uniswap-sdk 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 https://github.com/dfyn/dfyn-sdk.git

Move into the dfyn-sdk working directory

cd dfyn-sdk/

Install dependencies

yarn install

Run tests

yarn test