Difference between revisions of "Trust Registry Identifier"

From MgmtWiki
Jump to: navigation, search
(Solution)
(References)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Context==
 
==Context==
 +
* Built using the [[InterPlanetary File System]] IPFS.
  
 
==Problems==
 
==Problems==
Line 9: Line 10:
  
 
==Solution==
 
==Solution==
[[Trust Registry Identifier]] is based on the [https://github.com/decentralized-identity/sidetree  Sidetree], which this project uses internally to assure that all identifiers are unique for the TR network.
+
* [[Trust Registry Identifier]] is based on the [https://github.com/decentralized-identity/sidetree  Sidetree], which this project uses internally to assure that all identifiers are unique for the TR network.
 +
* ipfsHttpApiEndpointUri
 +
  Point it to the Go-IPFS HTTP API endpoint. The existing config points to the default endpoint: http://127.0.0.1:5001.
 +
* mongoDbConnectionString
 +
  Point to your MongoDB if you need to change the endpoint. The existing config points to the default endpoint: mongodb://localhost:27017/.
  
 
==References==
 
==References==
  
[[Category:Security]]
+
[[Category: Security]]
[[Category:Identifier]]
+
[[Category: Trust]]
 +
[[Category: Identifier]]

Latest revision as of 16:26, 24 July 2023

Full Name

Trust Registry Identifier is a Decentralized Identifier that implements a Sidetree protocol built on top of Bitcoin.protocols.

Context

Problems

  • Existing Identifier Providers, like Google and Yahoo, extract information from users of their services for their own purposed which compromise the user's privacy.
  • Most other Decentralized Identifiers have abandoned well-testing and certified security protocols in favor of esoteric, new and untested protocols that are not supported by the hardware protected keystores that are necessary to achieve high levels of authentication assurance.

Solution

  • Trust Registry Identifier is based on the Sidetree, which this project uses internally to assure that all identifiers are unique for the TR network.
  • ipfsHttpApiEndpointUri
 Point it to the Go-IPFS HTTP API endpoint. The existing config points to the default endpoint: http://127.0.0.1:5001.
  • mongoDbConnectionString
 Point to your MongoDB if you need to change the endpoint. The existing config points to the default endpoint: mongodb://localhost:27017/.

References