This bot is designed to help you quickly and efficiently achieve Tier Diamond by automatically claiming TRWA every 65 minutes.
- Automated Claims: Automatically claim TRWA at set intervals.
- Multi-Wallet Support: Easily manage multiple wallets by entering them in the configuration.
- Easy Setup: Quick installation and configuration to get started without hassle.
- Node.js
- NPM
-
Clone the Repository:
git clone https://github.com/0xAlvi/rwa-auto-claim.git
-
Navigate to the Project Directory:
cd rwa-auto-claim
-
Install the Required Packages:
npm install
-
Configure Your Wallets:
- Create a
.env
file in the root directory. - Input your private keys in the
.env
file using this format:
PRIVATE_KEY=wallet1,wallet2,wallet3,wallet4
- Create a
To start the bot, use this command:
node index.js
This project is licensed under the MIT License. See the LICENSE file for details.