@@ -57,26 +57,28 @@ go get github.com/hashgraph-online/standards-sdk-go@latest
5757
5858## Supported Packages
5959
60- - ` pkg/hcs2 ` : HCS-2 registry topic creation, tx builders, indexed entry operations, memo helpers, mirror reads.
61- - ` pkg/hcs5 ` : HCS-5 Hashinal minting helpers and end-to-end inscribe+mint workflow.
62- - ` pkg/hcs6 ` : HCS-6 dynamic hashinal non-indexed registry creation, register operations, memo helpers, mirror reads.
63- - ` pkg/hcs7 ` : HCS-7 indexed registry creation with EVM/WASM config and metadata registration helpers.
64- - ` pkg/hcs10 ` : HCS-10 topic/message builders, connection operations, registry operations, and message stream reads.
65- - ` pkg/hcs11 ` : HCS-11 profile models/builders, validation, inscription, account memo updates, and profile resolution.
66- - ` pkg/hcs12 ` : HCS-12 action/assembly/hashlinks registry topic creation, submit helpers, and mirror entry reads.
67- - ` pkg/hcs14 ` : HCS-14 UAID generation/parsing plus profile resolution (` _uaid ` , ` _agent ` , ANS ` _ans ` , and ` uaid:did ` base DID reconstruction).
68- - ` pkg/hcs15 ` : HCS-15 base/petal account creation, tx builders, and petal/base key verification helpers.
69- - ` pkg/hcs16 ` : HCS-16 flora account + topic management, message builders/senders, and threshold-member key assembly helpers.
70- - ` pkg/hcs17 ` : HCS-17 state-hash topic/message support, deterministic state hash calculators, and verification helpers.
71- - ` pkg/hcs18 ` : HCS-18 flora discovery topic creation, discovery message operations, and proposal readiness checks.
72- - ` pkg/hcs20 ` : HCS-20 auditable points validation, transaction builders, SDK client flows, and mirror-driven state indexing.
73- - ` pkg/hcs21 ` : HCS-21 adapter registry/declaration publish flows, topic helpers, and signature/digest verification utilities.
74- - ` pkg/hcs26 ` : HCS-26 memo helpers and resolver flows for discovery, version, and manifest reconstruction.
75- - ` pkg/hcs27 ` : HCS-27 checkpoint topic creation, publish/retrieval, validation, Merkle/proof helpers.
76- - ` pkg/inscriber ` : Kiloscribe auth flow, websocket-first high-level inscription utilities, quote generation, bulk-files support, registry-broker quote/job helpers, and skill inscription helpers.
77- - ` pkg/registrybroker ` : Full Registry Broker client (search, adapters, agents, credits, verification, ledger auth, chat/encryption, feedback, skills).
78- - ` pkg/mirror ` : Mirror node client used by HCS and inscriber packages.
79- - ` pkg/shared ` : Network normalization, operator env loading, Hedera client/key parsing helpers.
60+ | Package | Coverage |
61+ | :--- | :--- |
62+ | ` pkg/hcs2 ` | HCS-2 registry topic creation, tx builders, indexed entry operations, memo helpers, mirror reads. |
63+ | ` pkg/hcs5 ` | HCS-5 Hashinal minting helpers and end-to-end inscribe+mint workflow. |
64+ | ` pkg/hcs6 ` | HCS-6 dynamic hashinal non-indexed registry creation, register operations, memo helpers, mirror reads. |
65+ | ` pkg/hcs7 ` | HCS-7 indexed registry creation with EVM/WASM config and metadata registration helpers. |
66+ | ` pkg/hcs10 ` | HCS-10 topic/message builders, connection operations, registry operations, and message stream reads. |
67+ | ` pkg/hcs11 ` | HCS-11 profile models/builders, validation, inscription, account memo updates, and profile resolution. |
68+ | ` pkg/hcs12 ` | HCS-12 action/assembly/hashlinks registry topic creation, submit helpers, and mirror entry reads. |
69+ | ` pkg/hcs14 ` | HCS-14 UAID generation/parsing plus profile resolution (` _uaid ` , ` _agent ` , ANS ` _ans ` , and ` uaid:did ` base DID reconstruction). |
70+ | ` pkg/hcs15 ` | HCS-15 base/petal account creation, tx builders, and petal/base key verification helpers. |
71+ | ` pkg/hcs16 ` | HCS-16 flora account + topic management, message builders/senders, and threshold-member key assembly helpers. |
72+ | ` pkg/hcs17 ` | HCS-17 state-hash topic/message support, deterministic state hash calculators, and verification helpers. |
73+ | ` pkg/hcs18 ` | HCS-18 flora discovery topic creation, discovery message operations, and proposal readiness checks. |
74+ | ` pkg/hcs20 ` | HCS-20 auditable points validation, transaction builders, SDK client flows, and mirror-driven state indexing. |
75+ | ` pkg/hcs21 ` | HCS-21 adapter registry/declaration publish flows, topic helpers, and signature/digest verification utilities. |
76+ | ` pkg/hcs26 ` | HCS-26 memo helpers and resolver flows for discovery, version, and manifest reconstruction. |
77+ | ` pkg/hcs27 ` | HCS-27 checkpoint topic creation, publish/retrieval, validation, Merkle/proof helpers. |
78+ | ` pkg/inscriber ` | Kiloscribe auth flow, websocket-first high-level inscription utilities, quote generation, bulk-files support, registry-broker quote/job helpers, and skill inscription helpers. |
79+ | ` pkg/registrybroker ` | Full Registry Broker client (search, adapters, agents, credits, verification, ledger auth, chat/encryption, feedback, skills). |
80+ | ` pkg/mirror ` | Mirror node client used by HCS and inscriber packages. |
81+ | ` pkg/shared ` | Network normalization, operator env loading, Hedera client/key parsing helpers. |
8082
8183## Usage Examples
8284
@@ -348,6 +350,14 @@ See [MAINTAINERS.md](./MAINTAINERS.md).
348350- [ Hedera Documentation] ( https://docs.hedera.com )
349351- [ Telegram Community] ( https://t.me/hashinals )
350352
353+ ### 📝 Blog Tutorials
354+
355+ - [ Building a Decentralized Registry with Go & HCS-2] ( https://hol.org/blog/building-decentralized-registry-go-hedara )
356+ - [ Universal Agent Discovery with MCP] ( https://hol.org/blog/universal-agent-discovery-mcp )
357+ - [ Discovering Virtuals Agents with Registry Broker] ( https://hol.org/blog/discovering-virtuals-agents-with-registry-broker )
358+ - [ Creating Reactive Service Agents] ( https://hol.org/blog/creating-reactive-service-agents )
359+ - [ End-to-End Encrypted Agent Communication] ( https://hol.org/blog/end-to-end-encrypted-agent-communication )
360+
351361## License
352362
353363Apache-2.0
0 commit comments