This code will allow you to generate a specified number of Aleo wallets and save them to files.
You can install it using:
npm i
To generate wallets you can run the following command in terminal
npm run generate 10
It runs wallet generator and saves generated data in ./data/mnemonics.txt
, ./data/privateKeys.txt
, ./data/addresses.txt
You can get all wallet data from mnemonics and private keys. You should load your mnemonics to ./data/mnemonics.txt
or ./data/privateKeys.txt
and run
npm run data mnemo
or
npm run data pk
Generated wallets are saved in several files:
- addresses.txt: a text file (.txt) containing a list of addresses.
- privateKeys.txt: a text file (.txt) containing a list of private keys.
- mnemonics: a text file (.txt) containing a list of mnemonics.
git clone https://github.com/fraggdiller/aleo-wallet-generator.git
cd aleo-wallet-generator
npm i
npm run generate 10
npm run data mnemo
Telegram:
https://t.me/retrodropTools | https://t.me/fraggdiller