blub-sdk
Version:
A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.
28 lines (17 loc) โข 679 B
Markdown
# ๐ blub-sdk
> A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain โ includes staking functionality and shared utilities.
## ๐ Overview
`blub-sdk` is a developer-friendly TypeScript SDK for the BLUB ecosystem built on the Sui blockchain.
It provides access to staking logic and shared utilities โ making it easy to integrate BLUB staking functionality into any dApp or backend service.
## โจ Features
- ๐งฑ Modular structure (`staking`, `shared`)
- โก Lightweight and efficient
- ๐งช Easy to extend for future functionality (NFTs, APIs, etc)
## ๐ฆ Installation
```bash
npm install @blub/sdk
# or
yarn add @blub/sdk