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

https://github.com/meomundep/automatic-ultimate-create-wallets-for-airdrop

Auto generate wallets for: EVM, TON, TRON, SUI, APTOS, CARDANO, ALGORAND, HEDERA, NEAR, SOLANA, POLKADOT, COSMOS, BITCOIN, MAVRYK, OCTRA, PI-SQUARED(FAST SET).
https://github.com/meomundep/automatic-ultimate-create-wallets-for-airdrop

airdrop airdrops-bot airdrops-tools algorand aptos automation bitcoin blockchain cardano evm hedera meomundep near polkadot solana sui ton tron wallet

Last synced: 4 months ago
JSON representation

Auto generate wallets for: EVM, TON, TRON, SUI, APTOS, CARDANO, ALGORAND, HEDERA, NEAR, SOLANA, POLKADOT, COSMOS, BITCOIN, MAVRYK, OCTRA, PI-SQUARED(FAST SET).

Awesome Lists containing this project

README

          

# 📞 Contact

> [Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux)

If you encounter any issues or have questions, feel free to reach out:

* Contact: [Link](t.me/MeoMunDep)
* Group: [Link](t.me/KeoAirDropFreeNe)
* Channel: [Link](t.me/KeoAirDropFreeNee)

---

# 🚀 Getting Started

0. Download NodeJS

Make sure to download Node.js version **22.11.0** and NPM version **10.9.0**.

* **Download Link:** [NodeJS](https://t.me/KeoAirDropFreeNe/257/1462)

#### 💻 Linux/MacOS

```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
source ~/.bashrc # or source ~/.zshrc if you use zsh
nvm install 22.11.0
nvm use 22.11.0
npm install -g npm@10.9.0
```

#### 📱 Termux (Android)

If you are running on Termux, check out the guides here:
[Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux)

---

1. Clone the Project from GitHub

```bash
git clone https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop.git
cd "Automatic-Ultimate-Create-Wallets-for-Airdrop"
```

---

2. Install Dependencies and Modules

```bash
npm install
```

---

3. Prepare Configuration Files

Make sure to set up the required configuration files before running the bot.

### 📁 Example: `configs.json`

```json
{
"Algorand": 10,
"Aptos": 10,
"Bitcoin": 10,
"Cardano": 10,
"Cosmos": 10,
"EVM": 10,
"Hedera": 10,
"MAVRYK": 10,
"NEAR": 10,
"Pisquared": 10,
"Polkadot": 10,
"Solana": 10,
"SUI": 10,
"TON": 10,
"TRON": 10
}
```

💡 **Usage:**

```bash
cd "path/to/Automatic-Ultimate-Create-Wallets-for-Airdrop"
node meomundep
```

---

⚠️ **Disclaimer**

This project was created solely as a **personal educational exercise**.
It is **not an official product**, website, or service of any company or brand referenced in this repository.
The creator is **not affiliated, associated, endorsed by, or connected** with any such company or brand in any way.

The code is provided **"as is"** without any warranties or guarantees.
Certain parts of the source are intentionally **obfuscated** to protect personal research, custom logic, and implementation techniques developed during learning and experimentation.

Use this project responsibly and at your own risk.
**Redistribution, resale, or commercial use** of any part of this code—whether original or modified—is **not permitted**.

🎇 **Enjoy!**