Allow a user to "block" address by adding it/them to a file which lists flagged EVM addresses.
Using Cartesi to write a python script which checks an EVM address. The given address is compared against a file containing a list of previous flagged delinquent addresses. If the address is found, the user is notified, if not, they are prompted to either flag the address or proceed.
Used Cartesi's sample rollup GitHub repo to create run an example and test our environment. Changes mostly made to the python file, examples found at: https://github.com/cartesi/rollups-examples. The example used was erc20.py. Used Docker (as listed in instructions). Locally and publicly tested code.