/generate-bitcoin-address

Custom Bitcoin address generator

Primary LanguageJavaScriptMIT LicenseMIT

Gerate-bitcoin-address

Custom Bitcoin address generator

How start aplication

Run the commands below

npm install

To generate a bitcoin address for the main network

npm start

To generate a bitcoin address for the test network

npm test

Or

Main network

node index.js -m

Test network

node index.js -t