hive-developer
Installation
SKILL.md
Hive Developer (hive-tx)
Use this skill for Hive blockchain development in JavaScript/TypeScript.
Default SDK for all examples in this skill: hive-tx.
Quick Reference
| Topic | Reference File |
|---|---|
| RPC/REST calls, nodes, failover config, quorum reads | api-reference.md |
| Transaction builders for vote/comment/transfer/custom_json | operations.md |
| Safety patterns: failover, status checks, wait-for-inclusion | reliability.md |
| Key hierarchy and signing rules | keys-and-auth.md |
| Polling and real-time patterns | streaming-and-realtime.md |
Core Defaults
- Use
hive-txfor all chain operations unless user explicitly requires another SDK.
Related skills