Plume Testnet Bot is an application designed to interact with the Plume Network faucet on the testnet. It allows users to claim tokens (ETH) using their wallet address. The bot uses the Ethers.js library for Ethereum interactions and Axios for HTTP requests.
- Claim ETH tokens from the Plume testnet faucet.
- Automatically handles transactions and errors.
- Provides real-time feedback and transaction details.
- Node.js
npm
oryarn
for package management.env
file for storing sensitive information
-
Clone the repository:
git clone https://github.com/dante4rt/plume-testnet-bot.git
-
Navigate into the project directory:
cd plume-testnet-bot
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory of the project. Add your private key to this file with the following format:PRIVATE_KEY=your_private_key_here
-
Run the bot:
node index.js
-
The bot will automatically start the faucet claiming process, retrying every 10 seconds if needed.
Feel free to open issues or submit pull requests if you have improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.