1.0.0 • Published 3 years ago
@lolasasfi/splits-sdk v1.0.0
Splits SDK
Developer tools for integrating with the 0xSplits contracts and subgraph data
Packages
| Package | Description |
|---|---|
| splits-sdk | Core package for integrating with 0xSplits |
| splits-sdk-react | A wrapper of splits-sdk with helpful React Hooks |
Testing
Run tests with yarn test
Local development
Build the packages
From the root directory:
yarn install
lerna run buildUpdate versions and prepare for npm publish
From the root directory:
lerna version --no-privatePublish to npm
From each package directory that you want to publish:
npm publishIf you want to publish an alpha/beta version, apply the appropriate tag:
npm publish --tag beta1.0.0
3 years ago