@whybee/swapsdk
v1.0.21
Published
🛠 A SDK for building applications on top of Uniswap.
Readme
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 [email protected]:Fools-Guild/fools-sdk.gitMove into the fools-sdk working directory
cd fools-sdk/Install dependencies
yarn installRun tests
yarn test