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 --no-changelog --no-git-tag-version --preid canary --yes
Publishing (Canary)
yarn run lerna publish from-package --dist-tag canary --no-git-reset --no-verify-access --preid canary --yes
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