This is a python script to investigate information from the registry for a particular given eth address. In this script this address is passed to the script from within the code and an interactive Menu shows giving the user options to visualize information about this address from the registry.
The python script comes in two forms, as a Docker image and a general python script. Below are ways to run both options.
-
Install docker by following these instructions for Windows/Mac/Linux https://docs.docker.com/get-docker/
-
Pull the docker image by executing this command: $ docker pull chinyati/incubed_network
-
After pulling the docker image execute this command to run the python script: $ docker run -ti chinyati/incubed_network
-
A menu with four options will come up as shown below, choose options and interact with Menu
- Install python on machine
- Download zipped incubed_network python folder
- From within the folder open command line interface and install the requirements by executing: pip install requirements.txt
- After installing requirements run the python script by executing: $ python incubed_network.py