# @swapsicledex/swapsicle-sdk

This NPM module and GitHub repo contains the swapsicle SDK used by the <https://www.swapsicle.io/> 

## Publish on NPM

Remember to update the version in the package.json file before publishing to NPM. Then run:

```
npm login
npm publish
```