Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@zebec-network/zebec-stake-sdk

aacs.spkt826MIT1.0.13TypeScript support: included

An SDK for zebec network stake solana program

solana, zebec, zebec network, stake, staking

readme

ZBCN Stake Sdk

Installation

yarn add @zebec-network/zebec-stake-sdk
npm install @zebec-network/zebec-stake-sdk

Development

To build the package

yarn build

To run specific test filess

yarn test <test file path> -f "<regex for test name>"
// example:
// yarn test ./test/e2e/getLockupInfo.test.ts

publish

Build package and bump package version to specific need and publish

npm publish --access public