Before you begin, ensure you have the following installed and configured:
- 🟢 Node.js v22.15+
- 🌐 A BNB Chain RPC endpoint (the default public RPC can be used)
- 🔑 A funded wallet private key
Clone the repository and install project dependencies:
git clone https://github.com/angel10x/Fourdotmeme-bot.git
cd Fourdotmeme-bot
npm installCreate your .env file by copying the example configuration:
cp .env.example .envThen update the required fields with your wallet private key and RPC endpoint.
💡 Default values for PancakeSwap Router and WBNB mainnet are already provided.
Compile the TypeScript source code:
npm run buildThis generates the production-ready build in the /dist directory.
npm run startThis toolkit is built for developers building automated trading bots, liquidity strategies, and utility scripts on the BNB Chain.
It includes modules for:
- 🪙 Token swaps and liquidity interactions
- 💰 Automated volume generation
- 🔄 Custom trade execution logic
- 🧩 Extendable contract integrations
