From 007744dbf30a69906821a9773338605a637ff7b7 Mon Sep 17 00:00:00 2001 From: Jorge Flores Date: Wed, 16 Oct 2024 12:50:19 -0700 Subject: [PATCH] renamed and updated fwos submission (#116) Signed-off-by: Jorge Flores --- wallets/farmworker-wallet-os.json | 43 +++++++++++++++++++++++++++++++ wallets/farmworker-walletos.json | 35 ------------------------- 2 files changed, 43 insertions(+), 35 deletions(-) create mode 100644 wallets/farmworker-wallet-os.json delete mode 100644 wallets/farmworker-walletos.json diff --git a/wallets/farmworker-wallet-os.json b/wallets/farmworker-wallet-os.json new file mode 100644 index 0000000..d3cddd7 --- /dev/null +++ b/wallets/farmworker-wallet-os.json @@ -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" +} \ No newline at end of file diff --git a/wallets/farmworker-walletos.json b/wallets/farmworker-walletos.json deleted file mode 100644 index 352eb3a..0000000 --- a/wallets/farmworker-walletos.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "capability": [ - "holder" - ], - "company": "Entidad", - "name": "Farmworker WalletOS", - "companyUrl": "https://www.entidad.io/", - "credentialFormats": [ - "AnonCred" - ], - "credentialProfiles": [ - "AnonCreds with did:cheqd", - "AnonCreds with did:indy" - ], - "issuanceProtocols": [ - "Issue Credential v2" - ], - "keyManagements": [ - "did:cheqd", - "did:indy", - "did:peer", - "did:web", - "link secrets" - ], - "license": "Apache 2.0", - "openSource": true, - "portability": false, - "$schema": "../viewer/src/assets/schema.json", - "signingAlgorithms": [ - "CL", - "EdDSA" - ], - "type": "edge", - "urlWebsite": "https://www.farmworkerwalletos.community/" -} \ No newline at end of file