Skip to content

create a dockerfile for the python code and 1 for mongodb #2

@theexoticman

Description

@theexoticman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions