bitcoin-constants

1.3.0 • Public • Published

Constants like opcodes, magic, ports, etc

Install via npm i bitcoin-constants

Supports both mainnet and testnet3. You have to specify which network you're using:

var constants = require('bitcoin-constants')('mainnet')

// or

var constants = require('bitcoin-constants')('testnet3')

Package Sidebar

Install

npm i bitcoin-constants

Weekly Downloads

5

Version

1.3.0

License

MIT

Last publish

Collaborators

  • czzarr