udonswap-router
v1.2.1
Published
An sdk for routing swaps.
Readme
Udonswap Router SDK
This is the router sdk for routing swaps.
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/router-sdk.gitMove into the uniswap-sdk working directory
cd router-sdk/Install dependencies
yarn install or
npm installRun tests
yarn testor
npm testThis code is shared across Udonswap TypeScript SDKs.
