This Python script automates tasks for Reddio, including Ethereum bridging, deploying ERC-20 contracts, and handling random token generation. It supports automated retries, gas estimation, and creative token names.
- Displays account balance and nonce before transactions
- Logs auto-claim points after completing transactions
- Automates Claim Points
- Automates ETH bridging to Reddio
- Generates unique token names and deploys ERC-20 contracts
- Randomized operations for enhanced security
- Customizable retry mechanisms for reliable transactions
- Improved readability of transaction logs
- Python 3.x
- Required libraries (install via
pip install -r requirements.txt
):web3
solcx
colorama
eth-abi
requests
aiohttp
parsimonious
-
Clone the repository and navigate to the directory:
git clone https://github.com/0xsyo/reddio.git cd reddio
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure
data/private_keys.txt
with private keys, one per line. -
Run the script:
python main.py
Script Python ini mengotomatisasi tugas-tugas untuk Reddio, termasuk bridging Ethereum, deploy kontrak ERC-20, dan pembuatan token acak. Script ini mendukung mekanisme retry otomatis, estimasi gas, dan nama token kreatif.
- Menampilkan saldo akun dan nonce sebelum transaksi
- Mencatat poin auto-claim setelah menyelesaikan transaksi
- Mengotomatisasi klaim poin
- Mengotomatisasi bridging ETH ke Reddio
- Menghasilkan nama token unik dan mendistribusikan kontrak ERC-20
- Operasi acak untuk keamanan tambahan
- Mekanisme retry yang dapat dikustomisasi untuk transaksi yang andal
- Meningkatkan keterbacaan log transaksi
- Python 3.x
- Library yang dibutuhkan (install dengan
pip install -r requirements.txt
):web3
solcx
colorama
eth-abi
requests
aiohttp
parsimonious
-
Clone repository dan buka direktori:
git clone https://github.com/0xsyo/reddio.git cd reddio
-
Install dependencies yang dibutuhkan:
pip install -r requirements.txt
-
Konfigurasikan
data/private_keys.txt
dengan private key, satu per baris. -
Jalankan script:
python main.py