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/