Skip to content

Tnodes/sei-wallet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ____       _    ____
 / ___|  ___(_)  / ___| ___ _ __
 \___ \ / _ \ | | |  _ / _ \ '_ \
  ___) |  __/ | | |_| |  __/ | | |
 |____/ \___|_|  \____|\___|_| |_|

Github: https://github.com/Tnodes

Sei-wallet-generator

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.

Feature

  • Generate unlimitied sei wallet address
  • Merge all wallet addresses that have been generated

Installation

  1. Clone the repository:

    https://github.com/Tnodes/sei-wallet-generator
    
  2. Navigate to the cloned directory:

    cd sei-wallet-generator
    
  3. Install the required dependencies:

    use npm

    npm install
    

    or yarn

    yarn install
    

Usage

Run the script with the following command:

node index.js

Showcase

image

Result 😎

image

Contribution

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.