Skip to content

Commit

Permalink
docs: Add ci and release badges in README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Jul 5, 2024
1 parent fcb7872 commit 4184b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4184b33

Please sign in to comment.