UNPKG

blub-sdk

Version:

A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.

28 lines (17 loc) โ€ข 679 B
# ๐ŸŸ 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