If you encounter any issues or have questions, feel free to reach out:
To get started with the bot, follow these steps:
Make sure to download Node.js version 22.11.0 and NPM version 10.9.0.
- Download Link: NodeJS
To install NodeJS via nvm
, run the following commands:
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
If you are running on Termux, check out the guides here:
Termux guides if you run on mobile
To download the source code, use the following command:
git clone https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS.git
cd Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS/Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS
To install all required dependencies, run:
npm install
Or manually install each module:
npm install @aptos-labs/ts-sdk @hashgraph/sdk @mysten/sui @polkadot/keyring @polkadot/util-crypto @solana/web3.js @stablelib/ed25519 @ton/crypto algosdk bech32 bip32 bip39 bitcoinjs-lib blake2b blakejs bs58check cardano-wallet-js colors ed25519-hd-key ethers ethereumjs-util hdkey near-api-js ton ton-core ton-crypto tonweb tiny-secp256k1 tronweb secp256k1 xlsx --no-audit --prefer-offline --legacy-peer-deps --save-exact --force
Make sure to set up the required configuration files before running the bot.
{
"Algorand": 10,
"Aptos": 10,
"Bitcoin": 10,
"Cardano": 10,
"Cosmos": 10,
"EVM": 10,
"Hedera": 10,
"MAVRYK": 10,
"NEAR": 10,
"Polkadot": 10,
"Solana": 10,
"SUI": 10,
"TON": 10,
"TRON": 10
}
💡 Usage:
After extracting or cloning the project, navigate to the folder:
cd Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS/Automatic-Ultimate-Create-Wallets-for-Airdrop\ALL_WALLETS
To run the bot, use the following command:
node meomundep
🎇 Enjoy!