1.0.1 • Published 29 days ago

udonswap-v3-sdk v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

Udonswap V3-SDK

This is v3-SDK for udonswap and you can proceed further with given information.

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/UdonSwap/V3-SDK

Move into the uniswap-sdk working directory

cd v3-sdk/

Install dependencies

yarn install 

or

npm install

Run tests

yarn test

or

npm test