This is an attestation request bot that will spam requests using random transactions from the available chains.
Currently working:
- XRP Payment requests
- BTC/DOGE Payment requests (missing UTXO data in the attestation request, might not work for some transactions)
Every other attestation request type, and other chains are a work in progress, they will be included if needed
A disposable wallet will be created on the first run and saved to a .json file in the current working directory, use this wallet to send the requests, it needs funds though! Make sure to send some coins first.
Just copy .env.template to .env and change the variables as needed, then run ./run.sh.
Its recommended to run inside a virtual environment with python3 -m venv .venv
Pull requests welcome