Daily checkin in spasebar on blast.
Before running the script, ensure you have the following installed:
- Python 3.x
- web3.py library (
pip install web3
) - eth-account library (
pip install eth-account
)
You also need to have a text file named private_keys.txt
in the same directory as the script, containing the private keys of the Ethereum wallets you want to use for the transactions.
-
Clone this repository to your local machine.
-
Install the required dependencies using pip: