# Purpose Just a test playground to try my hand at coding on ethereum, doesn't do anything specific yet # Usage - `docker-compose up -d client_test` to start the test chain - `docker-compose run app` for now to run the client (not a persistent service) # Issues - Cannot upgrade to `python3.10` due to `cytoolz` (a dependency of `web3`) not being compatible yet