vcpy

Issue verifiable credentials with ease.


Keywords
verifiable, credentials, blockcerts, issuing, blockchain, certificates, claims, signed, open, badges
License
MIT
Install
pip install vcpy==0.0.2

Documentation

vcpy

Easily issue verifiable credentials (like Blockcerts)

Table of contents

  1. Background
  2. Quickstart
  3. Documentation
  4. Contributing
  5. Contact

Background

There are many kinds of verifiable credentials like W3C's Verifiable Claims, Blockcerts, and others. The goal of vcpy is to allow you to easily issue these from your own application!

Note: this is a WIP, currently only Blockcerts issuing with anchoring to the Ethereum network is provided.

Quickstart

Install with:

pip install vcpy

Issue Blockcerts with:

from verifiable_credentials import issue

batch = issue.BlockcertsBatch(
    issuer=issuer,
     assertion=assertion,
     recipients=recipients,
     anchor_handler=eth_anchor_handler,
)
tx_id, final_certs = batch.run()

And done!

Documentation

Find our documentation here.

Contributing

  1. Fork it (https://github.com/docknetwork/vcpy/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Contact

This library is maintained by Fausto Woelflin at Dock.