Update README.md

This commit is contained in:
Igor Barinov 2018-05-04 11:56:38 -04:00 committed by GitHub
parent e2cd4ca1b7
commit 0732e0bac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.com/poanetwork/hbbft.svg?branch=master)](https://travis-ci.com/poanetwork/hbbft) [![Gitter](https://badges.gitter.im/poanetwork/hbbft.svg)](https://gitter.im/poanetwork/hbbft?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# Implementation of the paper "Honey Badger of BFT Protocols" in Rust
This is a modular library of consensus. There are
[examples](./examples/README.md) illustrating the use of this algorithm.
[examples](./examples/README.md) illustrating the use of this algorithm.