HiveXPH SDKhivexph-sdk
NPM
Developer toolkit for Hive Custom JSON and Hive Engine transactions.

HiveXPH SDK

Development Playground

Testing environment for the local SDK source in /package-manager. Write Custom JSON with Hive Keychain, stream blocks, and read transactions — all against the configured RPC endpoint.

RPC Endpoint

api.hive.blog

configurable

RPC Connection

Idle

Hive Keychain

Checking...

extension required

Latest Block

head_block_number

RPC endpoint

Every SDK module shares this endpoint through new HiveClient({ endpoint }).

Public nodes (Beacon)

Top working endpoints from beacon.peakd.com. Select one, or keep your own custom endpoint above.

    Standard payload protocol

    Every payload the SDK broadcasts contains exactly two fields. Blockchain timestamps are authoritative, so no timestamp is embedded.

    {
      "action": "claim",
      "metadata": {
        "rewardId": "123"
      }
    }