https://github.com/dante4rt/ibc-wallet-generator
A script for generating multiple Cosmos IBC-compatible wallets, complete with addresses and mnemonics.
https://github.com/dante4rt/ibc-wallet-generator
bot cosmos generator ibc wallet
Last synced: 8 months ago
JSON representation
A script for generating multiple Cosmos IBC-compatible wallets, complete with addresses and mnemonics.
- Host: GitHub
- URL: https://github.com/dante4rt/ibc-wallet-generator
- Owner: dante4rt
- Created: 2024-01-20T18:29:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T02:03:40.000Z (over 2 years ago)
- Last Synced: 2025-05-18T07:15:07.002Z (about 1 year ago)
- Topics: bot, cosmos, generator, ibc, wallet
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBC-Wallet-Generator
This repository contains a Node.js script for generating multiple wallets compatible with the Inter-Blockchain Communication (IBC) protocol used by the Cosmos network. It's designed to create wallets with unique addresses and mnemonics, and save these details to a text file.
## Features
- Generate multiple Cosmos-compatible wallets
- Output includes wallet addresses and mnemonics
- User input for specifying the number of wallets to generate
- Results are saved to a text file for easy access
## Prerequisites
Before running this script, ensure you have Node.js and npm installed on your system.
## Installation
To set up the IBC-Wallet-Generator on your local machine, follow these steps:
1. Clone the repository:
```
git clone https://github.com/dante4rt/IBC-Wallet-Generator.git
```
2. Navigate to the cloned directory:
```
cd IBC-Wallet-Generator
```
3. Install the required dependencies:
```
npm install
```
## Usage
Run the script with the following command:
```
node index.js
```
Follow the on-screen prompts to specify the number of wallets you want to generate. The wallet details will be saved in `result.txt` in the same directory.
## Disclaimer
This tool is for educational and testing purposes only. Always ensure the safe handling of private keys and mnemonics, especially when dealing with real funds. We are not responsible for any loss of funds or other damages caused by the use of this software.
## Contribution
Contributions to the IBC-Wallet-Generator are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.
## Contact
For any queries or contributions, please contact [HappyCuanAirdrop](https://t.me/HappyCuanAirdrop).
---
Happy wallet generating!