From c849fca60574a3374d07fcb6d90a3d70ed8f3c96 Mon Sep 17 00:00:00 2001 From: Moieen Abbas Date: Fri, 8 May 2020 12:59:26 +0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 49e9676..dbca940 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,20 @@ Moieen Abbas # Description The Utility to view CV Certificate.Card Verifiable Certificates (CVC) are digital certificates that are designed to be processed by devices like smart cards etc. # ScreenShots +General Tab +![](https://raw.githubusercontent.com/realmoieen/CVC-Viewer/master/src/main/resources/screenshot1.png) + +Detail Tab + +![](https://raw.githubusercontent.com/realmoieen/CVC-Viewer/master/src/main/resources/screenshot2.png) + +## How to build CV-Viewer ? +``` +> git clone https://github.com/realmoieen/CVC-Viewer.git +> cd CVC-Viewer +> ./mvnw install +``` # Acknowledgments This Project includes the Bouncy Castle cryptographic libraries available from http://www.bouncycastle.org/