UNPKG

htmlcoinjs-lib

Version:

An extend lib for bitcoinjs-lib, it supports two new network of althash and althash-testnet, and it can generate contract creating and sending transactions

25 lines (24 loc) 580 B
module.exports = { htmlcoin: { messagePrefix: '\x15HTMLCOIN Signed Message:\n', bech32: 'hc', bip32: { public: 0x1397c10d, private: 0x1397BCF3 }, pubKeyHash: 0x29, scriptHash: 0x64, wif: 0xa9 }, htmlcoin_testnet: { messagePrefix: '\x15HTMLCOIN Signed Message:\n', bech32: 'tq', bip32: { public: 0x043587cf, private: 0x04358394 }, pubKeyHash: 0x64, scriptHash: 0x6e, wif: 0xef } }