Skip to content

mmlab-aueb/vc-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VC-agent

A python3 partial implementation of W3C Verifiable Credentials standard

Installation

This script has the following prerequisites:

  • pip3 install jwcrypto
  • pip3 install PyLD
  • pip3 install jsonpath-ng

Using

The script can be used for singing and verifying credentials. See examples.py for a complete example.

Testing

Test are implemented using pytest. You can install it using

  • pip3 install pytest

Tests are executed by invoking

  • python3 -m pytest -s tests/

For smaller outputs append the above command with `--tb=short'

About

Generate and verify W3C Verifiable Credentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages