Skip to content
Vijay edited this page Feb 12, 2016 · 33 revisions

Zeno, For the Distributed System Community

Written by the Evernym Team

Zeno is an implementation of a consensus protocol that tries to handle the problem of byzantine failures in distributed systems in an elegant manner

Introduction

This tutorial assumes an intermediate level knowledge of Python, basics of distributed systems, concurrency but not much else. The goal is to give you an overview of the consensus protocol technology that helps you overcome the existing concurrency problems in a distributed system.

Contributors

This is a collaborative document. Have something to add? See a typo? Fork and issue a pull request on Github. Any and all contributions are welcome.

Clone this wiki locally