Master Node implementation for Space Opera in Python
pip3 install -r requirements.txtto install all required packagespython3 -m grpc_tools.protoc -I./protos --python_out=. --grpc_python_out=. ./protos/*.prototo generate the client and server stubs from proto filespython3 master_node.pyto run the Master Nodepython3 master_node.py --helpto see the available options- Install Redis to test locally
- For MacOS:
brew install redis
- For MacOS:
- Postman can be used to test the gRPC server locally
- Anupriya, Arpitha, Rounak, Sandhya
Replicating Node:
Getting List of Nodes:

