First, create a dockerfile for the python code with python 3.12.
in the docker file install the following dependencies using pip:
- eth-brownie
- bscscan-python
Then, create a docker file for mongodb that is compatible with python3.12
Finally, create python boilerplate python class that connects with mongodb and performs the following actions:
- add an entry to a table
- create a table
- delete an entry to a table
- update an entry of a table.
- delete the table.