Skip to content
/ vcpy Public

Easily issue verifiable credentials for multiple vc schemas including blockcerts

License

Notifications You must be signed in to change notification settings

faustow/vcpy

Repository files navigation

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.

About

Easily issue verifiable credentials for multiple vc schemas including blockcerts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages