https://github.com/frankrichardhall/humanity-protocol-airdrop-bot
Tool or script designed to automate the process of claiming airdrops from the Humanity Protocol on a daily basis.
https://github.com/frankrichardhall/humanity-protocol-airdrop-bot
airdrop blockchain cryptocurrency protocol testnet web3
Last synced: 10 months ago
JSON representation
Tool or script designed to automate the process of claiming airdrops from the Humanity Protocol on a daily basis.
- Host: GitHub
- URL: https://github.com/frankrichardhall/humanity-protocol-airdrop-bot
- Owner: frankrichardhall
- Created: 2024-10-31T03:13:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-16T23:36:19.000Z (10 months ago)
- Last Synced: 2025-08-17T01:11:42.552Z (10 months ago)
- Topics: airdrop, blockchain, cryptocurrency, protocol, testnet, web3
- Language: JavaScript
- Homepage: https://testnet.humanity.org
- Size: 3.91 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Humanity Protocol Airdrop bot
A Human-Centric Blockchain. Testnet now live.
Tool or script designed to automate the process of claiming airdrops from the Humanity Protocol on a daily basis.
## Requirements
- Node.js
- Private keys for the wallets you intend to use (stored in `privateKeys.json`).
## Installation
1. **Clone the Repository**:
```bash
git clone https://github.com/frankrichardhall/Humanity-Protocol-Airdrop-bot.git
cd Humanity-Protocol-Airdrop-bot
```
2. **Install Dependencies**:
```bash
npm install
```
3. **Create `privateKeys.json`**:
Create a file named `privateKeys.json` in the root directory with the following format:
```json
[
"your_private_key_1",
"your_private_key_2"
]
```
4. **Run the Bot**:
```bash
npm start
```
## Usage
- Use `npm start` to check the menu options available.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.