This project automates various tasks in the Fetch Wallet using Python and Selenium. It can import an existing account, open the wallet, change the network, send tokens, stake tokens, claim tokens, and create a new account.
- Python3
- ChromeDriver
- Fetch Wallet CRX file
-
Create and activate virtual environment
-
Install required dependencies:
pip install -r requirements.txt
-
Create a
.env
file and Copy the keys from theexample.env
file and update their values according to your configuration: -
Run the project:
python wallet.py
The script will now perform the automation tasks on the Fetch Wallet.