Skip to content

deltaDAO/wallet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet-generator

How to use?

Note

Make sure you have Node.js and npm installed on your machine.


  1. Simply clone the repository
git clone https://github.com/deltaDAO/wallet-generator.git
  1. Install the package to your machine
cd wallet-generator && npm install && npm i -g
  1. And start the generator
wallet-generator --help
  1. Creating a new wallet is possible using the following command:
wallet-generator create --password 'mypassword'

Make sure to specify your own password that will be used to encrypt your wallet. The created wallet will be available in the wallets directory.

Optionally you can provide a filename that will be used for the created JSON file:

wallet-generator create --name 'myWalletName' --password 'mypassword'

It is also possible to create a wallet and export the encrypted JSON from a given privateKey if desired:

wallet-generator create --privateKey 'abcd123'... --password 'mypassword'

Available Arguments (create)

Argument Shortform Required Description
--password -pw x Set the password to use for encryption.
--privateKey -pk Create a wallet from a given private key.
--name -n Name your new wallet. This will be the filename.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published