An open API service indexing awesome lists of open source software.

https://github.com/tnodes/initia-wallet-generator

Fast bulk initia wallet generator
https://github.com/tnodes/initia-wallet-generator

initia initia-chain initia-network initia-wallet-generator nodejs wallet-generator

Last synced: 3 months ago
JSON representation

Fast bulk initia wallet generator

Awesome Lists containing this project

README

          

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

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
```
3. Navigate to the cloned directory:
```
cd initia-wallet-generator
```
5. 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](https://github.com/Tnodes/initia-wallet-generator/assets/83104623/107e86b9-bde2-44e1-af30-e4b1953e568f)

Result

![image](https://github.com/Tnodes/initia-wallet-generator/assets/83104623/1b685189-1bf5-4927-9a4f-42c1972a3627)

# 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.