@zebec-network/zebec-stake-sdk
v1.1.5
Published
An SDK for zebec network stake solana program
Downloads
466
Readme
ZBCN Stake Sdk
Installation
yarn add @zebec-network/zebec-stake-sdknpm install @zebec-network/zebec-stake-sdkDevelopment
To build the package
yarn buildTo run specific test filess
yarn test <test file path> -f "<regex for test name>"
// example:
// yarn test ./test/e2e/getLockupInfo.test.tspublish
Build package and bump package version to specific need and publish
npm publish --access public