An open API service indexing awesome lists of open source software.

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.

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.