Skip to main content

did-endpoint python

Project description

DID-EndPoint

Tooling that automates your Decentralized-Identifier interactions to process DID Auth and VC issuance with holder on Issuer implemented in Python.

Identities

An identity is really just someone or something that can sign data or transactions and also receive signed data about itself.

An identity has:

  • An Identifier in the form of a Decentralized ID (DID)

  • A signing key

  • A public key stored on the mitum

requestFlow

Installation

python setup.py install

If setup.py doesn't work properly, please just install necessary packages with requirements.txt before running setup.py.

pip install --upgrade pip

pip install -r requirements.txt

[optional] If you have a sentry account, Create a new file (privates.py) in the src/configs if it does not exist.

#src/configs/privates.py

LOG = {
    'sentryURL' : "https://{}@{}.ingest.sentry.io/{}",
}

Run

cd src

python issuer.py &

TEST

cd test

python holder.py

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

did_endpoint-0.1-py3-none-any.whl (2.0 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