Skip to content

Tnodes/initia-wallet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Github: https://github.com/Tnodes

Initia-wallet-generator

Node.js script for generating multiple wallets in INITIA Network. It's designed to create wallets with unique addresses, privatekey, publickey and mnemonics.

Feature

  • Generate unlimitied initia wallet address
  • Extract & Merge Wallet Addresses from File

Installation

  1. Clone the repository:

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

    cd initia-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 initia-wallet-generator are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.