From d1182c79ce520aa2466f54379a51d8513c3ff16e Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Sat, 12 Oct 2024 14:10:47 -0700 Subject: [PATCH] Add README badges --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ebd15c3..bff9ead 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Round-based distributed protocols +[![crate][crate-image]][crate-link] +[![Docs][docs-image]][docs-link] +![License][license-image] +[![Build Status][build-image]][build-link] +[![Coverage][coverage-image]][coverage-link] + *The body is round* ## Goals @@ -21,3 +27,14 @@ We try to find the balance between supporting the majority of protocols and keep - On finalization, a round can return the result, halt with an error, or continue to another round. - A round can generate several direct messages (each going to a specific party). - Additionally, a round can generate one echo-broadcasted message, for which it will be ensured that each party received the same message. + + +[crate-image]: https://img.shields.io/crates/v/manul.svg +[crate-link]: https://crates.io/crates/manul +[docs-image]: https://docs.rs/manul/badge.svg +[docs-link]: https://docs.rs/manul/ +[license-image]: https://img.shields.io/crates/l/manul +[build-image]: https://github.com/entropyxyz/manul/workflows/manul/badge.svg?branch=master&event=push +[build-link]: https://github.com/entropyxyz/manul/actions?query=workflow%3Amanul +[coverage-image]: https://codecov.io/gh/entropyxyz/manul/branch/master/graph/badge.svg +[coverage-link]: https://codecov.io/gh/entropyxyz/manul