casinocronos-sdk-extra
Version:
🛠A specific SDK/toolkit for building applications on top of the CasinoCronos.
35 lines (23 loc) • 1.04 kB
Markdown
# Venomswap SDK Extra
[](https://github.com/prettier/prettier)
[](https://github.com/VenomProtocol/venomswap-sdk-extra)
[](https://www.npmjs.com/package/@venomswap/sdk-extra/v/latest)
[](https://bundlephobia.com/result?p=@venomswap/sdk-extra@latest)
## Running tests
To run the tests, follow these steps. You must have at least node v10 and [yarn](https://yarnpkg.com/) installed.
First clone the repository:
```sh
git clone https://github.com/VenomProtocol/venomswap-sdk-extra.git
```
Move into the venomswap-sdk-extra working directory
```sh
cd venomswap-sdk-extra/
```
Install dependencies
```sh
yarn install
```
Run tests
```sh
yarn test
```