@daoswap-heco-mainnet/daoswap-sdk
v1.0.0
Published
🛠 An SDK for building applications on top of Daoswap
Readme
Uniswap 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/daoswap-heco-mainnet/daoswap-sdk.gitMove into the daoswap-sdk working directory
cd daoswap-sdk/Install dependencies
yarn installRun tests
yarn test