udonswap-v2-sdk
v1.1.1
Published
An SDK for UdonSwap Project.
Downloads
9
Readme
UdonSwap SDK
Information
This is SDK version-1 of Udonswap Project and you can install it by type given command in Terminal:
npm i udonswap-v2-sdk
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/DEX-Mode/V2-SDK
Move into the uniswap-sdk working directory
cd V2-SDK/
Install dependencies
yarn install
or
npm install
Run tests
yarn test
or
npm test