Skip to content

A simple javascript library to generate bitcoin private key and address

License

Notifications You must be signed in to change notification settings

niyas/bitcoin-address-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple javascript library to generate bitcoin private key and address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published