1.3.0 • Published 9 years ago

bitcoin-constants v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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')
1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago