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

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.

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!