
Hive Developer Portal - API Docs
Hive is a decentralized blockchain with fast transaction speed (3s) without fees, human readable account names, decentralized community fund and algorithmic stablecoin (HBD) backed by HIVE. Blockchain powered by Delegated Proof of Stakes (DPOS) consensus which perfectly balances scaling , decentralization and speed .
Hive Nodes - Hive Developers
Applications that interface directly with the Hive blockchain will need to connect to a Hive node. Developers may choose to use one of the public API nodes that are available, or run their own instance of a node.
API Definitions - Hive Developers
SDK Reference. hivexplorer. openApi. hive-ruby. hivesql. Related ; bridge.get_account_posts . Lists posts related to a given account. sort - Supported values: . blog - top posts authored by given account (excluding posts to communities - unless explicitely reblogged) plus reblogs ranked by creation/reblog time; feed - top posts from blogs …
Tutorials - Hive Developers
How to use the Hive API to check the status of a transaction for a given trx_id value. Using Multisignature Accounts. How to set up and use multisignature accounts on Hive Blockchain. Converting VESTS to HIVE. How to convert VESTS to HIVE or HIVE POWER. Streaming blockchain transactions. Including virtual operations when streaming blockchain ...
Hive 开发者门户网站 - 教程 - developers.hive.io
如何使用 Hive API 来检查给定的 trx_id 值的交易状态。 使用多签名账户. 如何在Hive Blockchain上设置和使用多签名账户。 正在将VESTS转换为HIVE. 如何将 VESTS 转换为艾滋病毒或艾滋病毒患者. 流区块链交易. 当流媒体区块链交易时包含虚拟操作. 计算RC 成本
Getting started - Hive Developers
Applications that interface directly with the Hive blockchain will need to connect to a Hive node. Developers may choose to use one of the public API nodes that are available, or run their own instance of a node.
Resources - Hive Developers
Interactive Hive API - https://hive.hivesigner.com/ Interactive Hive API swagger, open-source script allows you to simply studying Hive API + Hivesigner API so you can start building decentralized apps in matter of hours.
Node Operation - Hive Developers
Run a hived node with your preferred APIs. Setup HAF API node. Setup full or light Hive nodes with HAF API. Using Hivemind. Hivemind setup and API functionality. Using jussi as a Multiplexer. Optimize your local applications with jussi. Drone middleware. API caching layer application, Jussi replacement. Managing a Node Using Monit
Getting Started - Hive Developers
git clone https://gitlab.syncad.com/hive/devportal.git cd devportal/tutorials/javascript/01_blog_feed npm i npm run dev-server Then open http://localhost:3000/ in your web browser. You can also copy code from pages here and add into your project for quick tests.
Get Follower And Following List - Hive Developer
This tutorial will take you through the process of calling both the follower and following functions from the HIVE API. Intro. We are using the call operation provided by the dhive library to pull the follow information for a specified user account. There are 4 …