Skip to content

Centralized Blockchain Implementation using remote procedure call (RPC).

License

Notifications You must be signed in to change notification settings

alaattinyilmaz/centralized-blockchain

Repository files navigation

centralized-blockchain

A Centralized Blockchain Implementation using remote procedure call (RPC).

requirements

pip install pyro4

run

Run the followings in SEPERATE terminals.

python BTCServer.py

python ETCServer.py

python firstClient.py

python secondClient.py

implementation notes

First you should run this on terminal, otherwise serialization errors may arise:

export PYRO_SERIALIZERS_ACCEPTED=serpent,json,marshal,pickle

pyro4-ns

specifications

Please click here link to read all spesifications.

Releases

No releases published

Packages

No packages published

Languages