Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 5.58 KB

File metadata and controls

62 lines (54 loc) · 5.58 KB

Examples

Runnable examples for common HOL Standards SDK flows. Each example targets a specific Hiero Consensus Specification.

Example Specification Description
hcs2-create-registry HCS-2 Creates an indexed topic registry
registry-broker-delegation Registry Broker Calls Delegate and prints ranked delegation opportunities
hcs5-build-mint HCS-5 Builds a Hashinal mint transaction
hcs6-create-registry HCS-6 Creates a dynamic hashinal registry
hcs7-register-metadata HCS-7 Registers metadata in an indexed registry
hcs10-build-message HCS-10 Builds a connection message
hcs11-build-agent-profile HCS-11 Builds an AI agent profile
hcs12-build-register HCS-12 Builds a register payload
hcs14-parse-uaid HCS-14 Parses a Universal Agent ID
hcs15-build-account-tx HCS-15 Builds a base account transaction
hcs16-build-flora-topic-tx HCS-16 Builds a flora topic transaction
hcs17-build-state-message HCS-17 Builds a state hash message
hcs18-build-announce HCS-18 Builds an announce discovery message
hcs20-deploy-points HCS-20 Deploys a private points topic
hcs21-build-declaration HCS-21 Builds an adapter declaration
hcs26-parse-memos HCS-26 Parses topic/transaction memos
hcs27-publish-checkpoint HCS-27 Publishes a Merkle checkpoint
inscriber-auth-client HCS-1 Authenticates with Kiloscribe
registry-broker-skill-domain-proof HCS-26 Creates/verifies DNS TXT proof and checks trust delta
registry-broker-uaid-dns-verification HCS-14 Verifies UAID DNS TXT binding and reads stored/live verification status

Run

go run ./examples/hcs2-create-registry

CodeSandbox

Learn More