@nodeberryinc/node-wallet-generator
v1.0.1
Published
A plug-and-play module for generating keypair for multiple cryptocurrencies. ### Running the project - Clone the project locally - `npm install` in terminal to add the required dependencies ### Functions used - `generateWallet()` functi
Downloads
2
Keywords
Readme
node-wallet-generator
A plug-and-play module for generating keypair for multiple cryptocurrencies.
Running the project
- Clone the project locally
npm install
in terminal to add the required dependencies
Functions used
generateWallet()
function calls the 4 functions to get all wallet's private and public keys.
Result and output
- Run
node app.js
in terminal - This will call
generateWallet()
function, which returns objects of each wallet with name, private key and address