udonswap-core
v1.2.3
Published
⚒️ An SDK for building applications on top of UdonSwap V3
Downloads
56
Readme
Udonswap Core SDK
Information
This is SDK version-1 of Udonswap Project and you can install it by type given command in Terminal:
npm i udonswap-coreRunning 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/core-sdkMove into the uniswap-sdk working directory
cd core-sdk/Install dependencies
yarn install or
npm installRun tests
yarn testor
npm testThis code is shared across Udonswap TypeScript SDKs.
