https://github.com/frankrichardhall/units-network-airdrop-bot
Automate transactions in Units Network Testnet using multiple Private Keys.
https://github.com/frankrichardhall/units-network-airdrop-bot
airdrop automation blockchain bot cryptocurrency testnet
Last synced: 2 months ago
JSON representation
Automate transactions in Units Network Testnet using multiple Private Keys.
- Host: GitHub
- URL: https://github.com/frankrichardhall/units-network-airdrop-bot
- Owner: frankrichardhall
- Created: 2024-09-18T05:33:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-27T21:38:41.000Z (3 months ago)
- Last Synced: 2026-03-27T22:31:35.460Z (3 months ago)
- Topics: airdrop, automation, blockchain, bot, cryptocurrency, testnet
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Units Network Airdrop bot
Automate transactions in Units Network Testnet using multiple Private Keys.
## Requirements
- Node.js
- npm (Node Package Manager)
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/frankrichardhall/Units-Network-Airdrop-bot.git
cd Units-Network-Airdrop-bot
```
2. **Install dependencies:**
```bash
npm install
```
3. **Prepare private keys:**
- Create or edit `privateKeys.json` to include your Ethereum private keys as an array of strings. Each private key should be enclosed in double quotes.
**Example `privateKeys.json` (correct format):**
```json
[
"private_key_1_here",
"private_key_2_here"
]
```
Ensure each private key string is correctly formatted as shown above.
## Usage
- **Run the application:**
```bash
npm start
```
- Follow the prompts to enter the number of transactions to send per private key.