@stas-b-woof/compound-react
v0.0.2
Published
Integration library bridging the Compound SDK with React, providing hooks and utilities for building Compound-powered applications.
Readme
Compound Integration Kit
Compound Integration Kit is a collection of TypeScript tools for working with Compound III (Comet) markets. The packages help you read protocol state, build Compound actions, and integrate Compound flows into web applications.
The collection currently includes:
@stas-b-woof/compound— the core SDK for market data, account state, rewards, liquidations, and transaction helpers.@stas-b-woof/compound-react— React bindings with hooks and mutations for Compound-powered UIs.@stas-b-woof/compound-viem— Viem-based integration helpers for typed contract interactions.@stas-b-woof/compound-ethers— Ethers.js integration helpers for protocol interactions.@stas-b-woof/compound-wagmi— Wagmi adapter for wallet and RPC integration.
For installation guidance, full usage docs, examples, and API references, see the main documentation in the GitHub repository:
