astra-ufo-sdk
v1.0.1
Published
ufo-sdk repo
Downloads
3
Readme
SushiSwap SDK Monorepo
Prerequisites
- Yarn v3 (If unfamilair consult https://yarnpkg.com/getting-started/install to get started and familiarise yourself)
- Node v14 and above
Versioning (Canary)
yarn lerna version --conventional-commits --conventional-prerelease --preid canary
Publishing (Canary)
yarn lerna publish --conventional-commits --conventional-prerelease --preid canary
Core SDK
Testing
yarn workspace @sushiswap/core-sdk test
Build
yarn workspace @sushiswap/core-sdk build
Limit Order SDK
Testing
yarn workspace @sushiswap/limit-order-sdk test
Build
yarn workspace @sushiswap/limit-order-sdk build
Trident SDK
Testing
yarn workspace @sushiswap/trident-sdk test
Build
yarn workspace @sushiswap/trident-sdk build
Tines SDK
Testing
yarn workspace @sushiswap/tines test
Build
yarn workspace @sushiswap/tines build