Logistichain / Prototype

The logistichain prototype, built in C#. The first blockchain without transaction costs (because the tokens are worthless).
MIT License
6 stars 0 forks source link

Implement Chain of Responsibility pattern #21

Open Logistichain opened 6 years ago

Logistichain commented 6 years ago

Rewrite all Node commandhandlers into a Chain of Responsibility design pattern, so the command (a string) flows through the chain and passes it on to the next object in the chain.

marnixbent commented 6 years ago

I'll be creating a separate repository to create a library that allows an easy-to-use CoR pattern through the use of data annotations.