@adaswap/sdk
v1.0.6
Published
🛠 An SDK for building applications on top of AdaSwap.
Downloads
14
Readme
AdaSwap SDK
Forked from the Uniswap SDK.
You can refer to the Uniswap SDK documentation uniswap.org.
Before build
- Run
yarn install
Build
- Run
yarn build
Publish to npm
- Change name and version in package.json file
- Run
yarn build
- Run
npm publish --access public