standards-sdk

standards-sdk

HOL Standard SDK implementing the Hashgraph Consensus Standard.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 1.0k
Source
mcp-github

Overview

The HOL Standard SDK is a lightweight SDK providing a reference implementation of the Hashgraph Consensus Standard (HCS). Maintained by HOL, it supports various features such as file storage, registration and indexing, and smart hashing. Through this SDK, AI can gain the ability to perform consensus operations within the Hedera ecosystem. Integration is done by installing the relevant packages via npm and configuring environment variables. Ideal for developers and teams looking to build within the Hedera ecosystem.

Capabilities

  • File storage
  • Registration and indexing
  • Smart hashing
  • Trusted peer-to-peer communication
  • Decentralized identity management

Use cases

Consensus operations within the Hedera ecosystemSmart contract developmentDecentralized application development

Setup

Requires: API KeyNode 环境
npm install @hol-org/standards-sdk

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with the SDK?

Install @hol-org/standards-sdk via npm and configure environment variables.

Which standards does the SDK support?

Supports HCS-1, HCS-2, HCS-3, HCS-7, HCS-10, HCS-11, HCS-20, HCS-27.

Related skills