Trust Registry Service¶
The Trust Registry Service exposes functionality for managing Trust Registries -- lists of authorized issuers for the various credential types within an ecosystem.
Under Construction
This section -- and the underlying API -- is under active development.
We are working to define exactly how Trust Registries will be implemented within our platform; this page and API may change as we do so.
Create Governance Framework¶
Creates a Governance Framework and attaches it to the current ecosystem.
trinsic vc issue --document <JSONLD_FILE> --out <OUTPUT_FILE>
AddFrameworkRequestRemoveFramework¶
Remove a governance framework from the ecosystem
trinsic vc issue --document <JSONLD_FILE> --out <OUTPUT_FILE>
RemoveFrameworkRequestRegister Member¶
Registers an authorized issuer for a specific credential type (identified by its schema_uri).
trinsic vc issue --document <JSONLD_FILE> --out <OUTPUT_FILE>
did_uri, wallet_id, or email may be specified.RegisterMemberRequestUnregister Member¶
Unregisters an issuer for a specific credential type (identified by its schema_uri).
trinsic vc issue --document <JSONLD_FILE> --out <OUTPUT_FILE>
did_uri, wallet_id, or email may be specified.UnregisterMemberRequestGet Membership Status¶
Check the status of an issuer for a specific credential type.
trinsic vc issue --document <JSONLD_FILE> --out <OUTPUT_FILE>
GetMembershipStatusRequestSearch¶
Search the registry for registered issuers using a SQL query.
trinsic vc issue --document <JSONLD_FILE> --out <OUTPUT_FILE>
SELECT c from c where c.type == 'GovernanceFramework'SearchRegistryResponseSearchRegistryRequestSearchRegistryRequestCache Offline Registry File¶
trinsic trust-registry download