From 969573d6d096dbca85e2bce9feb1128663f86d30 Mon Sep 17 00:00:00 2001 From: Usman Saleem Date: Fri, 5 Jul 2024 21:55:25 +1000 Subject: [PATCH] docs: Add ci and release badges in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0497bd7..409a2f9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ A [Besu plugin](https://besu.hyperledger.org/private-networks/reference/plugin-api-interfaces) that shows how to integrate with HSM with PKCS11 interface. SoftHSM is used as a test HSM. +![GitHub Actions Workflow Status](https://github.com/usmansaleem/besu-pkcs11-plugin/actions/workflows/ci.yml/badge.svg?branch=main) +![GitHub Release](https://img.shields.io/github/v/release/usmansaleem/besu-pkcs11-plugin?include_prereleases) + ## Build Instructions ```shell ./gradlew clean build