forked from PSPC-SPAC-buyandsell/von_anchor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
great renaming: von_agent becomes von_anchor
- Loading branch information
Showing
32 changed files
with
788 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
von_agent | ||
========= | ||
As part of the technology demonstrator project using Hyperledger indy to explore, among other VON network facilities, the use of the distributed ledger with PSPC Supplier Registration Information (SRI), the design specifies agents to interact with the sovrin distributed ledger as realized through indy-sdk. | ||
von_anchor | ||
========== | ||
As part of the technology demonstrator project using Hyperledger indy to explore, among other VON network facilities, the use of the distributed ledger with PSPC Supplier Registration Information (SRI), the design specifies anchors to interact with the sovrin distributed ledger as realized through indy-sdk. | ||
|
||
The demonstration defines the following agents: | ||
The demonstration defines the following anchors: | ||
|
||
- the Trust Anchor agent as: | ||
- the Trustee anchor as: | ||
|
||
- the agent registrar on the distributed ledger | ||
- a schema originator (purely academically, for the demonstration) | ||
- the BC Registrar agent as: | ||
- the anchor writing further anchors onto the distributed ledger | ||
- the BC Registrar anchor as: | ||
|
||
- a schema originator for its own claims | ||
- an issuer of claims | ||
- the BC Org Book agent as, for claims that the BC Registrar issues: | ||
- a schema originator for its own credentials | ||
- an issuer of credentials | ||
- the BC Org Book anchor as, for credentials that the BC Registrar issues: | ||
|
||
- a W3C claims holder | ||
- a W3C credentials holder | ||
- an indy-sdk prover | ||
- the SRI agent as: | ||
- the SRI anchor as: | ||
|
||
- a schema originator for its own claims | ||
- an issuer of claims | ||
- a verifier of claims, whether itself or the BC Registrar agent issued them | ||
- the PSPC Org Book as, for claims that the SRI agent issues: | ||
- a schema originator for its own credentials | ||
- an issuer of credentials | ||
- a verifier of credentials, whether itself or the BC Registrar anchor issued them | ||
- the PSPC Org Book as, for credentials that the SRI anchor issues: | ||
|
||
- a W3C claims holder | ||
- a W3C credentials holder | ||
- an indy-sdk prover. | ||
|
||
Documentation | ||
============= | ||
The design document is available from the ``von_base`` repository (<https://github.com/PSPC-SPAC-buyandsell/von_base.git>) at ``doc/agent-design.doc``. The design document includes instructions for installation, configuration, and operation of ``von_agent``. | ||
The design document is available from the ``von_base`` repository (<https://github.com/PSPC-SPAC-buyandsell/von_base.git>) at ``doc/anchor-design.doc``. The design document includes instructions for installation, configuration, and operation of ``von_anchor``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
von_agent | ||
========= | ||
von_anchor | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
von_agent | ||
von_anchor |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
von\_anchor package | ||
================== | ||
|
||
Submodules | ||
---------- | ||
|
||
von\_anchor.anchor.base module | ||
------------------------------ | ||
|
||
.. automodule:: von_anchor.anchor.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.anchor.demo module | ||
------------------------------ | ||
|
||
.. automodule:: von_anchor.anchor.demo | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.anchor.holder\_prover module | ||
--------------------------------------- | ||
|
||
.. automodule:: von_anchor.anchor.holder_prover | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.anchor.issuer module | ||
-------------------------------- | ||
|
||
.. automodule:: von_anchor.anchor.issuer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.anchor.origin module | ||
-------------------------------- | ||
|
||
.. automodule:: von_anchor.anchor.origin | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.anchor.smith module | ||
------------------------------ | ||
|
||
.. automodule:: von_anchor.anchor.smith | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.anchor.verifier module | ||
---------------------------------- | ||
|
||
.. automodule:: von_anchor.verifier.demo | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.cache module | ||
------------------------ | ||
|
||
.. automodule:: von_anchor.cache | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.codec module | ||
------------------------ | ||
|
||
.. automodule:: von_anchor.codec | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.error module | ||
------------------------ | ||
|
||
.. automodule:: von_anchor.error | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.nodepool module | ||
--------------------------- | ||
|
||
.. automodule:: von_anchor.nodepool | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.tails module | ||
------------------------ | ||
|
||
.. automodule:: von_anchor.tails | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.util module | ||
----------------------- | ||
|
||
.. automodule:: von_anchor.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.validate\_config module | ||
----------------------------------- | ||
|
||
.. automodule:: von_anchor.validate_config | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
von\_anchor.wallet module | ||
------------------------- | ||
|
||
.. automodule:: von_anchor.wallet | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: von_anchor | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
base58>=0.2.5 | ||
python3-indy==1.5.0-dev-617 | ||
python3-indy==1.5.0-dev-620 | ||
jsonschema>=2.6.0 |
Oops, something went wrong.