A script to automate getting test coins from Sepolia faucets and transferring them to a main wallet for testing purposes.
-
Clone the repository:
git clone https://github.com/nectariferous/web3_testnet.git cd web3_testnet
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure your wallets and API keys in
config.py
.
Run the script:
python main.py
README.md
: π Provides an overview and setup instructions for the project.requirements.txt
: π Lists the dependencies needed for the project.config.py
: π Contains configuration settings such as API keys and wallet addresses.main.py
: π The main script that automates faucet requests and coin transfers.
This project is licensed under the MIT License. See the LICENSE
file for details.
For feedback and questions, please open an issue or contact nectariferous.
Happy testing! π