Account
One handle. One identity. One set of keys. Every dapp reads it the same way.
For developers
Wallet. Two SDKs. Docs. Everything needed to ship a Hive app from prompt to transaction ID.
Read the concepts
One handle. One identity. One set of keys. Every dapp reads it the same way.
Send JSON over HTTPS. Get JSON back. Works from any language that speaks HTTP.
The chain records. Your app reads it. Consensus stays small. No virtual machine, no gas at the protocol.
Keychain signs. The chain records. Any explorer verifies.
Run the steps
Install Keychain. Create an account. Ship the first action.
Get it from the official site. Lock it with a passphrase you do not reuse. From here on, every action is signed.
Get KeychainOpen Hola Hive. Claim a handle, write down the keys. Done — you are on the chain.
Open Hola HiveTwo paths. From scratch with Wax + JSON-RPC + any language, or on a social frontend with the Ecency SDK. Pick the one that matches your team.
Install the SDK dependency, point it at a public node, and grab test keys from a dev faucet. Sign without touching real funds.
Broadcast a transfer, post a comment, or sign a custom_json. The transaction ID is your proof — any explorer reads it.
Pick your tools
Wallet. Two SDKs. Docs. Everything needed to ship a Hive app from prompt to transaction ID.
Wallet / Browser extension
Holds the keys. Prompts the user to sign. The first thing every builder installs.
OpenTypeScript SDK
Official Hive TypeScript library. Builds transactions, signs them, broadcasts them, and reads RPC responses.
OpenSocial frontend SDK
Higher-level helpers for posts, profiles, feeds, and communities. Use it when the dapp you are building is a social surface.
OpenDocs
Official developer documentation for Hive. Concepts, APIs, tutorials, and a list of public nodes you can call.
OpenPick the path. Pick the stack. Ship the first action. The network decides the rest.