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.
- 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.
- Python 3.x
- Required libraries (install via
pip install -r requirements.txt
):web3
solcx
colorama
datetime
-
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.
- 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.
- Python 3.x
- Library yang dibutuhkan (install dengan
pip install -r requirements.txt
):web3
solcx
colorama
datetime
-
Clone repository dan buka direktori:
git clone 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