@daoswap-heco-mainnet/daoswap-sdk
v1.0.0
Published
🛠 An SDK for building applications on top of Daoswap
Downloads
2
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.git
Move into the daoswap-sdk working directory
cd daoswap-sdk/
Install dependencies
yarn install
Run tests
yarn test