Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-chore-hide-placeholder-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Browse by section
Every topic in the Native SDKs tab, organized by area.
Quickstart
Install the SDK in JavaScript, Java, or Go and send your first transaction.
SDK Fundamentals
Client, address book, HBAR types, specialized types, and error handling.
Keys
Generate, import, list, threshold, and mnemonic-recover keys.
Transactions
Form, sign, submit, batch — plus receipts, records, and multisig.
Accounts
Create, update, transfer, allowance, balance, and info queries.
Token Service
Define, mint, burn, transfer, airdrop, freeze, pause, wipe — full HTS.
Consensus Service
HCS topics — create, update, submit messages, subscribe to mirror nodes.
Scheduled Transactions
Multi-party signing — create, sign, get info, and execute on threshold.
Smart Contracts
Deploy, call, update — call Solidity contracts from native SDKs.
File Service
On-network file storage — create, append, update, delete, get contents.
Tutorials
Step-by-step guides — tokens, consensus, scheduled, advanced HSM, MCP.
Local Development
Local node, CLI tools, Gitpod, and Codespaces cloud environments.
Pick your language
All Hedera SDKs share the same API surface — pick the language that fits your stack.
Native services from the SDK
First-class access to every Hedera service — no JSON-RPC layer, no gas auctions, no surprises.
Create a Token
Fungible or NFT — define properties, supply, and admin keys in one transaction.
HTSTokens
Submit a Consensus Message
Timestamped, ordered, immutable messages on HCS topics for any payload.
HCSMessaging
Schedule a Transaction
Wait for multi-party signatures before executing — built-in multisig coordination.
HSSMultisig
Create an Account
Generate a new Hedera account in code — fund, query balance, transfer HBAR.
AccountsHBAR
Batch Transactions
Atomic execution of multiple transactions — all succeed or all fail.
BatchAtomic
Signature Provider
Provider, Signer, and Wallet APIs — integrate hardware wallets and HSMs.
WalletsHSM
Local development
Local Node
Run Hedera in Docker — full network on your laptop in minutes.
CLI Tools
Hedera CLI via npm — accounts, tokens, topics from your terminal.
Gitpod
Cloud dev environment — pre-configured with the SDK and local node.
GitHub Codespaces
One-click cloud dev container — ready for Hedera SDK development.