-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed and updated fwos submission (#116)
Signed-off-by: Jorge Flores <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"capability": [ | ||
"holder" | ||
], | ||
"type": "edge", | ||
"name": "Farmworker Wallet OS", | ||
"logo": "https://cdn.prod.website-files.com/6520979d785cc136404a270d/65237d6a3505e25d76ed58c7_wallet-p-1080.png", | ||
"company": " Entidad", | ||
"companyUrl": "https://www.entidad.io", | ||
"urlWebsite": "https://www.farmworkerwalletos.community/", | ||
"downloadSource": "https://github.com/openwallet-foundation-labs/farmworker-wallet-os", | ||
"openSource": true, | ||
"license": "Apache 2.0", | ||
"portability": false, | ||
"credentialProfiles": [ | ||
"AnonCreds with did:indy", | ||
"AnonCreds with did:web" | ||
], | ||
"credentialFormats": [ | ||
"AnonCred" | ||
], | ||
"issuanceProtocols": [], | ||
"keyManagements": [ | ||
"did:indy", | ||
"did:jwk", | ||
"did:key", | ||
"did:peer", | ||
"did:web", | ||
"raw public keys (jwk)" | ||
], | ||
"presentationProtocols": [ | ||
"Present Proof v2", | ||
"Present Proof v1.0" | ||
], | ||
"signingAlgorithms": [ | ||
"CL", | ||
"ECDSA", | ||
"EdDSA" | ||
], | ||
"statusManagements": [], | ||
"trustManagements": [], | ||
"$schema": "../viewer/src/assets/schema.json" | ||
} |
This file was deleted.
Oops, something went wrong.