A Centralized Blockchain Implementation using remote procedure call (RPC).
pip install pyro4
Run the followings in SEPERATE terminals.
python BTCServer.py
python ETCServer.py
python firstClient.py
python secondClient.py
First you should run this on terminal, otherwise serialization errors may arise:
export PYRO_SERIALIZERS_ACCEPTED=serpent,json,marshal,pickle
pyro4-ns
Please click here link to read all spesifications.