Skip to main content

Issue verifiable credentials with ease.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vcpy-0.0.1.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

vcpy-0.0.1-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page