1.0.2 • Published 2 months ago

udonswap-sdk-core v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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-v2

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/core-sdk

Move into the uniswap-sdk working directory

cd core-sdk/

Install dependencies

yarn install 

or

npm install

Run tests

yarn test

or

npm test

This code is shared across Udonswap TypeScript SDKs.