____ _ ____
/ ___| ___(_) / ___| ___ _ __
\___ \ / _ \ | | | _ / _ \ '_ \
___) | __/ | | |_| | __/ | | |
|____/ \___|_| \____|\___|_| |_|
Github: https://github.com/Tnodes
Node.js script for generating multiple wallets in SEI Network. It's designed to create wallets with unique addresses, algoritm, publickey and mnemonics, and save these details to a json file.
- Generate unlimitied sei wallet address
- Merge all wallet addresses that have been generated
-
Clone the repository:
https://github.com/Tnodes/sei-wallet-generator
-
Navigate to the cloned directory:
cd sei-wallet-generator
-
Install the required dependencies:
use npm
npm install
or yarn
yarn install
Run the script with the following command:
node index.js
Result 😎
Contributions to the sei-wallet-generator are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.