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
- Host: GitHub
- URL: https://github.com/tnodes/initia-wallet-generator
- Owner: Tnodes
- License: mit
- Created: 2024-05-15T03:05:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T03:41:11.000Z (about 2 years ago)
- Last Synced: 2025-06-28T20:11:41.439Z (11 months ago)
- Topics: initia, initia-chain, initia-network, initia-wallet-generator, nodejs, wallet-generator
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

Result

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