An SDK for zebec network stake solana program
npm install @zebec-network/zebec-stake-sdk```
yarn add @zebec-network/zebec-stake-sdk
``
npm install @zebec-network/zebec-stake-sdk
To build the package
``
yarn build
To run specific test filess
``
yarn test
// example:
// yarn test ./test/e2e/getLockupInfo.test.ts
Build package and bump package version to specific need and publish
```
npm publish --access public