Fork from uniswap-sdk In-depth documentation on this SDK is available at uniswap.org.
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