bitcoin-address

bitcoin address verification and other related functions

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
bitcoin-address
6320.3.010 years ago12 years agoMinified + gzip package size for bitcoin-address in KB

Readme

bitcoin-address Build Status #
Functions for working with bitcoin addresses

install ##

npm install bitcoin-address

API ##

validate (address , type) ###

returns true if the address (string) is a valid bitcoin address optionally, you can specify 'prod' or 'testnet' for the type to limit validation that that subset of addresses

getaddresstype (address) ###

returns address type if valid base58 address, otherwise null