Browse Source

Rewording the Readme

pull/1/head
Vitor Pamplona 5 years ago
parent
commit
9f16406cd6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@ -1,4 +1,4 @@
# Paper-first Verifiable Credentials URI Demos
# URI-based Verifiable Credentials Demos
This repository hosts a set of demos to sign and verify QR-based credentials created with the [PathCheck's URI specification](https://github.com/Path-Check/paper-cred) in multiple languages. Demos are available for in HTML+JavaScript, Ruby, Java, Python and Shell Script, computing locally.
@ -6,11 +6,11 @@ This repository hosts a set of demos to sign and verify QR-based credentials cre
# Try it out!
* [Signer and Verifiers in HTML/JavaScript](https://github.pathcheck.org/index.html)
* [Signer and Verifiers in Static HTML/JavaScript](https://github.pathcheck.org/index.html)
# Run locally:
The following scripts cryptographically sign and verify hardcoded payload you will find in the code.
The following scripts cryptographically sign and verify hardcoded payload you will find in the code. They were designed to look similar among each other and facilitate developer training as opposed to the best version they could be in each language.
## Python


Loading…
Cancel
Save