Skip to content

Auto generate wallets for: EVM, TON, TRON, SUI, APTOS, CARDANO, ALGORAND, HEDERA, NEAR, SOLANA, POLKADOT, COSMOS, BITCOIN.

Notifications You must be signed in to change notification settings

MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

📞 Contact

Termux guides if you run on mobile

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

🚀 Getting Started

To get started with the bot, follow these steps:

  1. Dowload NodeJS to run the bot

Remember to download Nodejs version: 22.11.0 and NPM version: 10.9.0

-> Link

  1. Install Dependencies and Modules:

    npm install colors xlsx bip39 hdkey bech32 blake2b tonweb algosdk ethers tronweb secp256k1 tiny-secp256k1 bitcoinjs-lib bip32 aptos ethereumjs-util ton cardano-wallet-js @hashgraph/sdk ed25519-hd-key @polkadot/keyring @solana/web3.js @ton/crypto near-api-js @mysten/sui @polkadot/util-crypto ton-core --no-audit --prefer-offline --legacy-peer-deps --save-exact
  2. Prepare Configuration Files:

    You'll need to set up a few configuration files for the bot to work properly.

📁 Configuration Files

1. configs.json 📜 - Adjust configuration

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

💡 Usage:

You need to cd to the file after extract it To run the bot, use the following command: cd "all_wallets-main/all_wallet"; node meomundep

🎇Enjoy!

Releases

No releases published

Packages

No packages published

Languages