A Typescript SDK for interacting with the Dynamic Staking on Meteora.
A Typescript SDK for interacting with the Dynamic Staking Progra on Meteora.
This SDK provides a set of tools and methods to interact with the Meteora Dynamic Staking Program. It enables developers to easily create and manage dynamic staking, with support for permissionless rewards, damm v2 rewards and permissioned rewards.
``bash`
npm install @meteora-ag/dynamic-staking-sdkor
yarm add @meteora-ag/dynamic-staking-sdkor
pnpm add @meteora-ag/dynamic-staking-sdk
`typescript
import { Connection } from '@solana/web3.js'
import { DynamicStakingClient } from '@meteora-ag/dynamic-staking-sdk'
const connection = new Connection('https://api.mainnet-beta.solana.com')
const client = new DynamicStakingClient(connection)
`
Refer to the examples for more details.
`bash``
pnpm build
pnpm test
ISC