PBFT proof of concept with SARL
Syllabus
This project is a proof of concept of the Practical Byzantine Fault Tolerance.
The PBFT gives the ability to independent distributed nodes to come to an
agreement on the state of the system, tolerating a certain amount of node failures
and/or manipulated messages.
The proof of concept is implemented by means of the SARL agent-oriented language.
References