Skip to content

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.

About

Centralized Blockchain Implementation using remote procedure call (RPC).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages