forked from mir-one/sbt-scanner
-
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.
- Loading branch information
1 parent
99b00f2
commit 41468ed
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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,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" | ||
} | ||
] | ||
} |
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