Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nodeberryinc/node-wallet-generator

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeberryinc/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()` functi

latest
npmnpm
Version
1.0.1
Version published
Maintainers
3
Created
Source

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

FAQs

Package last updated on 07 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts