This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add _config for well-known * fix fail build * reorg well-known --------- Co-authored-by: bnonni <bryan@nonni.io>
- Loading branch information
Showing
17 changed files
with
106 additions
and
57 deletions.
There are no files selected for viewing
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
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,40 @@ | ||
{ | ||
"@context": [ | ||
"https://www.w3.org/ns/credentials/v2", | ||
"https://dcxprotocol.com/.well-known/manifest/email" | ||
], | ||
"id": "https://dcxprotocol.com/.well-known/credential/HandshakeCredentaial", | ||
"type": [ | ||
"VerifiableCredential", | ||
"HandshakeCredentaial" | ||
], | ||
"issuer": { | ||
"id": "", | ||
"name": "", | ||
"description": "" | ||
}, | ||
"name": "Handshake Credentaial", | ||
"description": "The issuer of this credentaial attests that the holder has completed an initial handshake with the issuer", | ||
"validFrom": { | ||
"type": "string", | ||
"pattern": "^[0-9]{10,13}$" | ||
}, | ||
"validUntil": { | ||
"type": "string", | ||
"pattern": "^did:dht:[a-z0-9]{52}$" | ||
}, | ||
"credentialSubject": { | ||
"id": { | ||
"type": "string", | ||
"pattern": "^did:dht:[a-z0-9]{52}$" | ||
}, | ||
"timestamp": { | ||
"type": "string", | ||
"pattern": "^[0-9]{10,13}$" | ||
} | ||
}, | ||
"credentialSchema": { | ||
"type": "JsonSchema", | ||
"id": "https://dcxprotocol.com/.well-known/credential/HandshakeCredentaial" | ||
} | ||
} |
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
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,24 @@ | ||
{ | ||
"@context": [ | ||
"https://www.w3.org/ns/did/v1" | ||
], | ||
"id": "did:web:dcxprotocol.com", | ||
"service": [ | ||
{ | ||
"id": "did:web:dcxprotocol.com", | ||
"type": "DecentralizedWebNode", | ||
"serviceEndpoint": [ | ||
"https://dwn.dpm.software/" | ||
], | ||
"enc": "#enc", | ||
"sig": "#sig" | ||
}, | ||
{ | ||
"id": "did:web:dcxprotocol.com", | ||
"type": "DecentralizedPackageManagerRegistry", | ||
"serviceEndpoint": [ | ||
"https://registry.dpm.software/" | ||
] | ||
} | ||
] | ||
} |
This file was deleted.
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
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
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
10 changes: 5 additions & 5 deletions
10
.well-known/protocol/applicant.json → .well-known/protocol/applicant
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
10 changes: 5 additions & 5 deletions
10
.well-known/protocol/exchange.json → .well-known/protocol/dcx
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
10 changes: 5 additions & 5 deletions
10
.well-known/protocol/issuer.json → .well-known/protocol/issuer
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
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
2 changes: 1 addition & 1 deletion
2
.well-known/schema/application.json → .well-known/schema/application
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
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
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
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
2 changes: 1 addition & 1 deletion
2
.well-known/schema/response.json → .well-known/schema/response
100755 → 100644
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