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

33 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 i --force colors crypto ethers tronweb @solana/web3.js @polkadot/keyring algosdk aptos @mysten/sui.js near-api-js @hashgraph/sdk xlsx bs58 ed25519-hd-key bip39 bip32 tweetnacl @cosmjs/stargate @cosmjs/crypto @cosmjs/launchpad @cosmjs/proto-signing secp256k1 blake2b tiny-secp256k1 secp256k1 bitcoinjs-lib ton-core @ton/crypto ton tonweb stream hdkey bech32
  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 - Count is how many wallets do you want to create.

{
  "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