https://github.com/frankrichardhall/oroswap-testnet-airdrop-bot
An automated CLI bot designed for interacting with OroSwap on the Zig Testnet
https://github.com/frankrichardhall/oroswap-testnet-airdrop-bot
airdrop automation blockchain bot bridge cryptocurrency dex network oroswap protocol python rewards swap testnet transfer web3
Last synced: about 2 months ago
JSON representation
An automated CLI bot designed for interacting with OroSwap on the Zig Testnet
- Host: GitHub
- URL: https://github.com/frankrichardhall/oroswap-testnet-airdrop-bot
- Owner: frankrichardhall
- Created: 2025-07-25T09:45:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T23:36:20.000Z (2 months ago)
- Last Synced: 2025-08-17T01:11:44.870Z (2 months ago)
- Topics: airdrop, automation, blockchain, bot, bridge, cryptocurrency, dex, network, oroswap, protocol, python, rewards, swap, testnet, transfer, web3
- Language: JavaScript
- Homepage: https://testnet.oroswap.org
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OroSwap Testnet Airdrop bot
An automated CLI bot designed for interacting with OroSwap on the Zig Testnet.
This bot performs regular swap actions on-chain to help qualify for potential airdrop rewards in future mainnet launches or retroactive campaigns.## 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/OroSwap-Testnet-Airdrop-bot.git
cd OroSwap-Testnet-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.
- Choose the appropriate command based on the network you want to use.
- The bot will automatically execute the transactions, handling any errors and retrying as needed.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.