RE: RE: Using Steem-API with Ruby Part 19 — Access Hive Blockchain 1
You are viewing a single comment's thread from:

RE: Using Steem-API with Ruby Part 19 — Access Hive Blockchain 1

Words
19
Reading
1 min
Listen
Play
6y

Depends on the library you use it might be enough to replace the URL. Here the parameter of Hive.

    NETWORKS_HIVE_CHAIN_ID = '0000000000000000000000000000000000000000000000000000000000000000'
    NETWORKS_HIVE_ADDRESS_PREFIX = 'STM'
    NETWORKS_HIVE_CORE_ASSET = ["0", 3, "@@000000021"] # HIVE
    NETWORKS_HIVE_DEBT_ASSET = ["0", 3, "@@000000013"] # HBD
    NETWORKS_HIVE_VEST_ASSET = ["0", 6, "@@000000037"] # VESTS
    NETWORKS_HIVE_DEFAULT_NODE = 'https://api.openhive.network'