2.0.3 • Published 10 months ago

@kamino-finance/farms-sdk v2.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Farms SDK

Farms SDK is a TypeScript client SDK for easy access to the Farms on-chain data.

How to install the SDK

npm

npm install @solana/web3.js decimal.js @kamino-finance/farms-sdk 
npm update @kamino-finance/farms-sdk

How to use the SDK

// Initialize the client and then you can use it to fetch data by calling it
const farmsClient = new Farms(env.provider.connection);