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
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for did_endpoint-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d22092ee5c3c06d8e1bb7d2a8c0dff6b14d37c9fada389797c3c9312e4fbef26 |
|
MD5 | 38c973b236507d155783a86deb0ba19d |
|
BLAKE2b-256 | d25f246a0f41c8cc2fd54b725286490662fcabc486770c28bc72c0f9e4eb6460 |