/diffused

C# Gossip, Consensus & DLT exploration

Primary LanguageC#MIT LicenseMIT

Diffused

Currently WIP - the aim here is to build out a series of interesting protocols to see where the evolution takes it.

Infrastructure:

  • Mediatr.Actor - an actor framework extension for Mediatr. This utilises TPL Dataflow ActionBlock in a scoped registration, intercepting it to the request and defers it to the queue.

Gossip:

  • Swim (WIP)
  • Croupier (Next)

Consensus:

  • Raft (Next)