A Node.js script to automatically claim testnet tokens from the HUMAN Protocol faucet.
- Automatic token claiming from HUMAN Protocol testnet faucet
- Real-time faucet status checks
- Rate limit handling with automatic retries
- User-friendly console output with emojis
- Node.js installed on your system
- NPM (Node Package Manager)
- Clone this repository:
git clone https://github.com/mesamirh/humanity-protocol-faucet.git
cd humanity-protocol-faucet
- Install dependencies:
npm install
Run the script using Node.js:
node main.js
The script will:
- Prompt for your wallet address
- Continuously attempt to claim tokens
- Display transaction status and faucet information
- Wait for rate limit cooldown between claims
To stop the script, press Ctrl+C
.
axios
- For making HTTP requestsreadline
- For command-line interface