As part of the technology demonstrator project using Hyperledger indy to explore the use of the distributed ledger with PSPC Supplier Registration Information (SRI), the design specifies agents with service wrapper APIs to facilitate interoperability. This package implements the base code for (bare) VON agents, to which the service wrapper API layer delegates.
The current state of the project aims to fulfil a demonstration use case enabling collaboration between the SRI and the British Columbia government's The Org Book project, underpinning its Verified Organization Network (VON).
The demonstration defines the following agents:
- the Trust Anchor agent as:
- the agent registrar on the distributed ledger
- a schema originator (purely academically, for the demonstration)
- the BC Registrar agent 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 W3C claims holder
- an indy-sdk prover
- the SRI agent 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 W3C claims holder
- an indy-sdk prover.
The design document is available from the von_base
repository (https://github.com/PSPC-SPAC-buyandsell/von_base.git) at doc/agent-design.doc
. It discusses in detail the packages comprising the technology demonstrator project:
von_base
von_agent
von_connector
including instructions for installation, configuration, and operation.