Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
inozemtsev-roman committed Oct 23, 2024
1 parent 99b00f2 commit 41468ed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions docs/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "Decentralized identifier (DID) Fingerprint are a new type of identifier that enables verifiable, decentralized digital identity. A DID Fingerprint refers to any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) as determined by the controller of the DID. In contrast to typical, federated identifiers, DIDs have been designed so that they may be decoupled from centralized registries, identity providers, and certificate authorities. Specifically, while other parties might be used to help enable the discovery of information related to a DID, the design enables the controller of a DID to prove control over it without requiring permission from any other party. DIDs are URIs that associate a DID subject with a DID Fingerprint allowing trustable interactions associated with that subject. Each DID Fingerprint can express cryptographic material, verification methods, or services, which provide a set of mechanisms enabling a DID controller to prove control of the DID. Services enable trusted interactions associated with the DID subject. A DID might provide the means to return the DID subject itself, if the DID subject is an information resource such as a data model.",
"external_url": "https://fingerprints.space",
"image": "https://raw.githubusercontent.com/mir-one/fingerprints/main/logo.gif",
"name": "DID Fingerprint",
"buttons": [
{
"label": "Open Scanner",
"uri": "https://t.me/fingerprint_scanner_bot/scan"
},
{
"label": "Join to DAO",
"uri": "https://t.me/ton_fingerprints_dao_bot"
}
]
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DID Fingerprints</title>
<script type="module" crossorigin src="./assets/index-7403b6cf.js"></script>
<script type="module" crossorigin src="./assets/index-ff4c6853.js"></script>
<link rel="stylesheet" href="./assets/index-742cdbea.css">
</head>

Expand Down

0 comments on commit 41468ed

Please sign in to comment.