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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file did_endpoint-0.1-py3-none-any.whl.
File metadata
- Download URL: did_endpoint-0.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d22092ee5c3c06d8e1bb7d2a8c0dff6b14d37c9fada389797c3c9312e4fbef26
|
|
| MD5 |
38c973b236507d155783a86deb0ba19d
|
|
| BLAKE2b-256 |
d25f246a0f41c8cc2fd54b725286490662fcabc486770c28bc72c0f9e4eb6460
|