From 7f11d3e7f18e58b01a8c2cb20d2ab8829ea3121e Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 23 Aug 2023 13:03:56 +0300 Subject: [PATCH] README: add license badge Signed-off-by: Anna Shaleva --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf98b678..cec23e7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![Codecov](https://img.shields.io/codecov/c/github/nspcc-dev/dbft.svg) [![Report](https://goreportcard.com/badge/github.com/nspcc-dev/dbft)](https://goreportcard.com/report/github.com/nspcc-dev/dbft) +![License](https://img.shields.io/github/license/nspcc-dev/dbft.svg?style=popout) # DBFT This repo contains Go implementation of the dBFT 2.0 consensus algorithm and its models