Skip to content

czzarr/bitcoin-constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Constants for bitcoin apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages