https://github.com/airdropinsiders/multinetwork-auto-tx
https://github.com/airdropinsiders/multinetwork-auto-tx
autotx bot nexus nodejs somnia
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/airdropinsiders/multinetwork-auto-tx
- Owner: airdropinsiders
- Created: 2025-02-22T19:38:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T23:11:20.000Z (over 1 year ago)
- Last Synced: 2025-04-10T05:09:27.230Z (about 1 year ago)
- Topics: autotx, bot, nexus, nodejs, somnia
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 55
- Watchers: 1
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiNetwork Auto Transaction Bot
Automated wallet creation, faucet claiming, and token transfer bot for Somnia and Nexus Networks.
## Features
- Multi-network support (Somnia, Nexus)
- Automatic wallet generation
- Faucet claiming for Somnia network
- Automated token transfers
- Wallet management and storage
- Transaction tracking with explorer links
## Networks Supported
1. Somnia Testnet
- RPC: https://dream-rpc.somnia.network
- Chain ID: 50312
- Symbol: STT
- Explorer: https://somnia-testnet.socialscan.io
2. Nexus Network
- RPC: https://rpc.nexus.xyz/http
- Chain ID: 393
- Symbol: NEX
- Explorer: https://explorer.nexus.xyz
## Installation
1. Clone the repository:
```bash
git clone https://github.com/airdropinsiders/MultiNetwork-Auto-Tx.git
cd MultiNetwork-Auto-Tx
```
2. Install dependencies:
```bash
npm install
```
3. Create a `pk.txt` file in the root directory and add your private key: `0x......`
## Usage
1. Start the bot:
```bash
node index.js
```
2. Choose from available options:
- Generate Wallets & Claim Faucet (Somnia)
- Transfer STT Tokens (Somnia)
- Transfer NEX Tokens (Nexus)
3. Follow the prompts to:
- Specify number of wallets to generate
- Set token amount per transaction
- Define number of transactions
## Generated Files
- `wallets.txt`: Contains generated wallet addresses and private keys
- Format: `address:privateKey`
## Configuration
All network configurations are defined in the code:
- RPC endpoints
- Chain IDs
- Network symbols
- Explorer URLs
## Dependencies
- ethers: Ethereum wallet and contract interactions
- axios: HTTP requests for faucet claims
## Security
- Never share your private key
- Keep your `pk.txt` file secure
- Regularly backup your `wallets.txt` file
- Use testnet tokens for testing
## Disclaimer
This tool is for educational and testing purposes only. Use at your own risk.
## Contributing
1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request
## License
MIT License