*Greetings Program. The Master Control Program has chosen you to serve your system on the Hive Blockchain.* # Hive Developers Hive Developer Documentation. ## Docs ### [Introduction](https://developers.hive.io/) - [Intro to Hive](https://developers.hive.io/introduction/welcome.html) - [Web2 vs Web3](https://developers.hive.io/introduction/web3.html) - [Developer workflow](https://developers.hive.io/introduction/workflow.html) ### [Getting started](https://developers.hive.io/quickstart/) - [Hive Nodes](https://developers.hive.io/quickstart/hive_full_nodes.html) - [Hive Testnet](https://developers.hive.io/quickstart/testnet.html) - [Accounts](https://developers.hive.io/quickstart/accounts.html) - [Authentication](https://developers.hive.io/quickstart/authentication.html) - [SDK Libraries](https://developers.hive.io/quickstart/choose_library.html) - [Get and Set](https://developers.hive.io/quickstart/fetch_broadcast.html) ### [JSON-RPC API](https://developers.hive.io/apidefinitions/) - [Account By Key API](https://developers.hive.io/apidefinitions/#apidefinitions-account-by-key-api) - [Account history API](https://developers.hive.io/apidefinitions/#apidefinitions-account-history-api) - [App Status API](https://developers.hive.io/apidefinitions/#apidefinitions-app-status-api) - [Block API](https://developers.hive.io/apidefinitions/#apidefinitions-block-api) - [Bridge](https://developers.hive.io/apidefinitions/#apidefinitions-bridge) - [Chain API](https://developers.hive.io/apidefinitions/#apidefinitions-chain-api) - [Condenser API](https://developers.hive.io/apidefinitions/#apidefinitions-condenser-api) - [Database API](https://developers.hive.io/apidefinitions/#apidefinitions-database-api) - [Debug Node API](https://developers.hive.io/apidefinitions/#apidefinitions-debug-node-api) - [Follow API](https://developers.hive.io/apidefinitions/#apidefinitions-follow-api) - [Hive API](https://developers.hive.io/apidefinitions/#apidefinitions-hive) - [JSON RPC](https://developers.hive.io/apidefinitions/#apidefinitions-jsonrpc) - [Market History API](https://developers.hive.io/apidefinitions/#apidefinitions-market-history-api) - [Network Broadcast API](https://developers.hive.io/apidefinitions/#apidefinitions-network-broadcast-api) - [Network Node API](https://developers.hive.io/apidefinitions/#apidefinitions-network-node-api) - [Node Status API](https://developers.hive.io/apidefinitions/#apidefinitions-node-status-api) - [RC API](https://developers.hive.io/apidefinitions/#apidefinitions-rc-api) - [Reputation API](https://developers.hive.io/apidefinitions/#apidefinitions-reputation-api) - [Rewards API](https://developers.hive.io/apidefinitions/#apidefinitions-rewards-api) - [Search API](https://developers.hive.io/apidefinitions/#apidefinitions-search-api) - [Tags API](https://developers.hive.io/apidefinitions/#apidefinitions-tags-api) - [Transaction Status API](https://developers.hive.io/apidefinitions/#apidefinitions-transaction-status-api) - [Wallet Bridge API](https://developers.hive.io/apidefinitions/#apidefinitions-wallet-bridge-api) - [Witness API](https://developers.hive.io/apidefinitions/#apidefinitions-witness-api) - [Broadcast OPS](https://developers.hive.io/apidefinitions/#apidefinitions-broadcast-ops) - [Broadcast OPS Custom](https://developers.hive.io/apidefinitions/#apidefinitions-broadcast-ops-customs) ### [Tutorials](https://developers.hive.io/tutorials/) - [Recipes](https://developers.hive.io/tutorials/#tutorials-recipes) - [Account creation process](https://developers.hive.io/tutorials-recipes/account-creation-process.html) - [Estimate the value of an upvote](https://developers.hive.io/tutorials-recipes/estimate_upvote.html) - [Forum/Market Bandwidth](https://developers.hive.io/tutorials-recipes/forum-market-bandwidth.html) - [How to serialize and sign Hive transactions](https://developers.hive.io/tutorials-recipes/how-to-serialize-and-sign-using-js.html) - [Paginated API Methods](https://developers.hive.io/tutorials-recipes/paginated-api-methods.html) - [RC Bandwidth Parameters](https://developers.hive.io/tutorials-recipes/rc-bandwidth-parameters.html) - [RC Bandwidth System](https://developers.hive.io/tutorials-recipes/rc-bandwidth-system.html) - [Single Sign-on](https://developers.hive.io/tutorials-recipes/sso.html) - [Understanding Configuration Values](https://developers.hive.io/tutorials-recipes/understanding-configuration-values.html) - [Understanding Dynamic Global Properties](https://developers.hive.io/tutorials-recipes/understanding-dynamic-global-properties.html) - [Understanding Transaction Status](https://developers.hive.io/tutorials-recipes/understanding-transaction-status.html) - [Using Multisignature Accounts](https://developers.hive.io/tutorials-recipes/using-multisignatire-accounts.html) - [Converting VESTS to HIVE](https://developers.hive.io/tutorials-recipes/vest-to-hive.html) - [Streaming blockchain transactions](https://developers.hive.io/tutorials-recipes/virtual-operations-when-streaming-blockchain-transactions.html) - [Calculating RC costs](https://developers.hive.io/tutorials-recipes/calculate_rc_recipe.html) - [Javascript](https://developers.hive.io/tutorials/#tutorials-javascript) - [Getting Started](https://developers.hive.io/tutorials-javascript/getting_started.html) - [Making a Decentralized Game on Hive](https://developers.hive.io/tutorials-javascript/tic-tac-toe-game.html) - [Blog Feed](https://developers.hive.io/tutorials-javascript/blog_feed.html) - [Hivesigner](https://developers.hive.io/tutorials-javascript/hivesigner.html) - [Client Signing](https://developers.hive.io/tutorials-javascript/client_signing.html) - [Get Posts](https://developers.hive.io/tutorials-javascript/get_posts.html) - [Get Post Details](https://developers.hive.io/tutorials-javascript/get_post_details.html) - [Get Voters List On Post](https://developers.hive.io/tutorials-javascript/get_voters_list_on_post.html) - [Get Post Comments](https://developers.hive.io/tutorials-javascript/get_post_comments.html) - [Get Account Replies](https://developers.hive.io/tutorials-javascript/get_account_replies.html) - [Get Account Comments](https://developers.hive.io/tutorials-javascript/get_account_comments.html) - [Submit Post](https://developers.hive.io/tutorials-javascript/submit_post.html) - [Submit Comment Reply](https://developers.hive.io/tutorials-javascript/submit_comment_reply.html) - [Edit Content Patching](https://developers.hive.io/tutorials-javascript/edit_content_patching.html) - [Stream Blockchain Transactions](https://developers.hive.io/tutorials-javascript/stream_blockchain_transactions.html) - [Reblogging Post](https://developers.hive.io/tutorials-javascript/reblogging_post.html) - [Search Accounts](https://developers.hive.io/tutorials-javascript/search_accounts.html) - [Search Tags](https://developers.hive.io/tutorials-javascript/search_tags.html) - [Vote On Content](https://developers.hive.io/tutorials-javascript/vote_on_content.html) - [Follow A User](https://developers.hive.io/tutorials-javascript/follow_a_user.html) - [Get Follower And Following List](https://developers.hive.io/tutorials-javascript/get_follower_and_following_list.html) - [Account Reputation](https://developers.hive.io/tutorials-javascript/account_reputation.html) - [Transfer HIVE and HBD](https://developers.hive.io/tutorials-javascript/transfer_hive_and_hbd.html) - [Witness Listing And Voting](https://developers.hive.io/tutorials-javascript/witness_listing_and_voting.html) - [Claim Rewards](https://developers.hive.io/tutorials-javascript/claim_rewards.html) - [Power Up Hive](https://developers.hive.io/tutorials-javascript/power_up_hive.html) - [Power Down](https://developers.hive.io/tutorials-javascript/power_down.html) - [Create Account](https://developers.hive.io/tutorials-javascript/create_account.html) - [Delegate Power](https://developers.hive.io/tutorials-javascript/delegate_power.html) - [Set Withdraw Route](https://developers.hive.io/tutorials-javascript/set_withdraw_route.html) - [Get Delegations By User](https://developers.hive.io/tutorials-javascript/get_delegations_by_user.html) - [Grant Posting Permission](https://developers.hive.io/tutorials-javascript/grant_posting_permission.html) - [Grant Active Permission](https://developers.hive.io/tutorials-javascript/grant_active_permission.html) - [Convert HBD To HIVE](https://developers.hive.io/tutorials-javascript/convert_hbd_to_hive.html) - [Get State Replacement API](https://developers.hive.io/tutorials-javascript/get_state_replacement_api.html) - [Convert HIVE To HBD](https://developers.hive.io/tutorials-javascript/convert_hive_to_hbd.html) - [Python](https://developers.hive.io/tutorials/#tutorials-python) - [Getting Started](https://developers.hive.io/tutorials-python/getting_started.html) - [Using Keys Securely](https://developers.hive.io/tutorials-python/using_keys_securely.html) - [Get Posts](https://developers.hive.io/tutorials-python/get_posts.html) - [Get Post Details](https://developers.hive.io/tutorials-python/get_post_details.html) - [Get Voters List On Post](https://developers.hive.io/tutorials-python/get_voters_list_on_post.html) - [Get Post Comments](https://developers.hive.io/tutorials-python/get_post_comments.html) - [Get Account Replies](https://developers.hive.io/tutorials-python/get_account_replies.html) - [Get Account Comments](https://developers.hive.io/tutorials-python/get_account_comments.html) - [Submit Post](https://developers.hive.io/tutorials-python/submit_post.html) - [Submit Comment Reply](https://developers.hive.io/tutorials-python/submit_comment_reply.html) - [Edit Content Patching](https://developers.hive.io/tutorials-python/edit_content_patching.html) - [Stream Blockchain Transactions](https://developers.hive.io/tutorials-python/stream_blockchain_transactions.html) - [Reblogging Post](https://developers.hive.io/tutorials-python/reblogging_post.html) - [Search Accounts](https://developers.hive.io/tutorials-python/search_accounts.html) - [Search Tags](https://developers.hive.io/tutorials-python/search_tags.html) - [Vote On Content](https://developers.hive.io/tutorials-python/vote_on_content.html) - [Follow A User](https://developers.hive.io/tutorials-python/follow_a_user.html) - [Get Follower And Following List](https://developers.hive.io/tutorials-python/get_follower_and_following_list.html) - [Account Reputation](https://developers.hive.io/tutorials-python/account_reputation.html) - [Transfer HIVE and HBD](https://developers.hive.io/tutorials-python/transfer_hive_and_hbd.html) - [Witness Listing And Voting](https://developers.hive.io/tutorials-python/witness_listing_and_voting.html) - [Claim Rewards](https://developers.hive.io/tutorials-python/claim_rewards.html) - [Power Up Hive](https://developers.hive.io/tutorials-python/power_up_hive.html) - [Power Down](https://developers.hive.io/tutorials-python/power_down.html) - [Delegate Power](https://developers.hive.io/tutorials-python/delegate_power.html) - [Get Delegations By User](https://developers.hive.io/tutorials-python/get_delegations_by_user.html) - [Grant Posting Permission](https://developers.hive.io/tutorials-python/grant_posting_permission.html) - [Grant Active Permission](https://developers.hive.io/tutorials-python/grant_active_permission.html) - [Convert HBD To HIVE](https://developers.hive.io/tutorials-python/convert_hbd_to_hive.html) - [Transfer HIVE And HBD To Savings Balance](https://developers.hive.io/tutorials-python/transfer_hive_and_hbd_to_savings_balance.html) - [Password Key Change](https://developers.hive.io/tutorials-python/password_key_change.html) - [Account Recovery](https://developers.hive.io/tutorials-python/account_recovery.html) - [Resource Credit System Developer Guide](https://developers.hive.io/tutorials-python/rcdemo.html) - [Convert HIVE To HBD](https://developers.hive.io/tutorials-python/convert_hive_to_hbd.html) - [PHP](https://developers.hive.io/tutorials/#tutorials-php) - [Getting Started](https://developers.hive.io/tutorials-php/getting_started.html) - [Blog Feed](https://developers.hive.io/tutorials-php/blog_feed.html) - [Get Post Details](https://developers.hive.io/tutorials-php/get_post_details.html) - [Search Accounts](https://developers.hive.io/tutorials-php/search_accounts.html) - [Ruby](https://developers.hive.io/tutorials/#tutorials-ruby) - [Getting Started](https://developers.hive.io/tutorials-ruby/getting_started.html) - [Blog Feed](https://developers.hive.io/tutorials-ruby/blog_feed.html) - [Get Posts](https://developers.hive.io/tutorials-ruby/get_posts.html) - [Get Post Details](https://developers.hive.io/tutorials-ruby/get_post_details.html) - [Get Voters List On Post](https://developers.hive.io/tutorials-ruby/get_voters_list_on_post.html) - [Get Post Comments](https://developers.hive.io/tutorials-ruby/get_post_comments.html) - [Get Account Replies](https://developers.hive.io/tutorials-ruby/get_account_replies.html) - [Get Account Comments](https://developers.hive.io/tutorials-ruby/get_account_comments.html) - [Submit Post](https://developers.hive.io/tutorials-ruby/submit_post.html) - [Submit Comment Reply](https://developers.hive.io/tutorials-ruby/submit_comment_reply.html) - [Edit Content Patching](https://developers.hive.io/tutorials-ruby/edit_content_patching.html) - [Stream Blockchain Transactions](https://developers.hive.io/tutorials-ruby/stream_blockchain_transactions.html) - [Reblogging Post](https://developers.hive.io/tutorials-ruby/reblogging_post.html) - [Search Accounts](https://developers.hive.io/tutorials-ruby/search_accounts.html) - [Search Tags](https://developers.hive.io/tutorials-ruby/search_tags.html) - [Vote On Content](https://developers.hive.io/tutorials-ruby/vote_on_content.html) - [Follow A User](https://developers.hive.io/tutorials-ruby/follow_another_user.html) - [Get Follower And Following List](https://developers.hive.io/tutorials-ruby/get_follower_and_following_list.html) - [Convert HBD To HIVE](https://developers.hive.io/tutorials-ruby/convert_hbd_to_hive.html) ### [Opportunities](https://developers.hive.io/services/) - [Hive Fund](https://developers.hive.io/services/dhf.html) - [Hive Hackathons](https://developers.hive.io/services/hackathon.html) - [Condenser](https://developers.hive.io/services/hive.blog.html) - [Vision](https://developers.hive.io/services/ecency.com.html) - [ImageHoster](https://developers.hive.io/services/imageHoster.html) - [VideoHoster](https://developers.hive.io/services/videoHoster.html) ### [Node Setup](https://developers.hive.io/nodeop/) - [Node Config](https://developers.hive.io/nodeop/node-config.html) - [Command Line Options](https://developers.hive.io/nodeop/node-cli.html) - [Command Line Hive](https://developers.hive.io/nodeop/clive.html) - [Plugin & API List](https://developers.hive.io/nodeop/plugin-and-api-list.html) - [Setup HAF API node](https://developers.hive.io/nodeop/haf-api.html) - [Using Hivemind](https://developers.hive.io/nodeop/using-hivemind.html) - [Using jussi as a Multiplexer](https://developers.hive.io/nodeop/jussi-multiplexer.html) - [Drone middleware](https://developers.hive.io/nodeop/drone.html) - [Managing a Node Using Monit](https://developers.hive.io/nodeop/monit.html) - [Seed Node](https://developers.hive.io/nodeop/seed-node.html) - [Exchange Node](https://developers.hive.io/nodeop/exchange-node.html) - [Get Transaction Node](https://developers.hive.io/nodeop/get-transaction-node.html) - [Witness node](https://developers.hive.io/nodeop/witness-node.html) - [Hive in a box](https://developers.hive.io/nodeop/hiab.html) - [Setting Up Testnet](https://developers.hive.io/nodeop/setting-up-a-testnet.html) ### [Layer 2](https://developers.hive.io/layer2/) - [Hive Engine](https://developers.hive.io/layer2/engine.html) - [HoneyComb](https://developers.hive.io/layer2/honeycomb.html) - [MAGI](https://developers.hive.io/layer2/magi.html) ### [Resources](https://developers.hive.io/resources/) - [Overview](https://developers.hive.io/resources/overview.html) - [Whitepaper](https://developers.hive.io/resources/whitepaper.html) - [SDK Reference](https://developers.hive.io/resources/sdk_reference.html) - [Hivesigner](https://developers.hive.io/resources/hivesigner.html) - [HiveKeychain](https://developers.hive.io/resources/hive_keychain.html) - [HiveAuth](https://developers.hive.io/resources/hiveauth.html) - [Aioha](https://developers.hive.io/resources/aioha.html) - [Drone middleware](https://developers.hive.io/resources/drone.html) - [Tools](https://developers.hive.io/resources/tools.html) - [Dev support](https://developers.hive.io/resources/developeradvocate.html) - [Jussi](https://developers.hive.io/resources/jussi.html) ### [Glossary](https://developers.hive.io/glossary/) - [Chain Basics](https://developers.hive.io/glossary/chain_basics.html) - [Governance](https://developers.hive.io/glossary/governance.html) - [Transactions](https://developers.hive.io/glossary/transactions.html) - [API](https://developers.hive.io/glossary/api.html) - [Market](https://developers.hive.io/glossary/market.html) *End Of Line*