@ecp.eth/sdk
The Ethereum Comments Protocol SDK.
The ECP SDK provides a simple way to integrate decentralized comments into your Ethereum-based applications. For comprehensive documentation and guides, visit our documentation website.
Installation
npm install @ecp.eth/sdk
# or
yarn add @ecp.eth/sdk
# or
pnpm add @ecp.eth/sdkModules
| Module | Description |
|---|---|
| channel-manager | Ethereum Comments Protocol SDK Channel Manager Core functionality for managing comment channels |
| channel-manager/react | Ethereum Comments Protocol SDK Channel Manager for React React hooks for managing comment channels |
| channel-manager/types | - |
| comments | Ethereum Comments Protocol SDK Comments Core functionality for managing comments and approvals |
| comments/react | Ethereum Comments Protocol SDK Comments for React React hooks and components for managing comments and approvals |
| core | Ethereum Comments Protocol SDK Core Core functionality for the Ethereum Comments Protocol |
| defaultExports | Ethereum Comments Protocol SDK default exports |
| embed | Ethereum Comments Protocol SDK Embed Functionality for embedding comments in web applications |
| indexer | Ethereum Comments Protocol SDK Indexer Functionality for indexing and querying comments data |
| indexer/webhooks | Ethereum Comments Protocol SDK Indexer Functionality for constructing events from webhook requests. |