@whybee/swapsdk
v1.0.21
Published
🛠 A SDK for building applications on top of Uniswap.
Downloads
1
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.git
Move into the fools-sdk working directory
cd fools-sdk/
Install dependencies
yarn install
Run tests
yarn test