bitcoin-address-generator

1.0.2 • Public • Published

bitcoin-address-generator

A simple javascript library to generate bitcoin private key and address

Usage

const Bitcoin = require('bitcoin-address-generator');
 
Bitcoin.createWalletAddress(response => {
    console.log(response);
});
 

Output

{ 
  key: '0319d819ccdf2604e421b57b3e2e12029989ddf60f3e6830e5f9335927702df9d3',
  address: '1BWD21e5hLX5RMn1DfkMRP3Q5s4LCqQMkg' 
}

Readme

Keywords

Package Sidebar

Install

npm i bitcoin-address-generator

Weekly Downloads

12

Version

1.0.2

License

MIT

Unpacked Size

4.25 kB

Total Files

4

Last publish

Collaborators

  • niyas2109