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

8 lines (4 loc) 176 B
var htmlcoinjs = require('bitcoinjs-lib') Object.assign(htmlcoinjs.networks, require('./networks')) htmlcoinjs.utils = require('./utils') module.exports = htmlcoinjs