1.0.1 • Published 3 years ago

@nodeberryinc/node-wallet-generator v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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