diff --git a/data/dependencies/farmworker-wallet-os.json b/data/dependencies/farmworker-wallet-os.json new file mode 100644 index 0000000..d8b0a21 --- /dev/null +++ b/data/dependencies/farmworker-wallet-os.json @@ -0,0 +1,9 @@ +{ + "name": "farmworker-wallet-os", + "description": "Farmworker Wallet OS, the low-code wallet engine framework", + "url": "https://github.com/openwallet-foundation-labs/farmworker-wallet-os", + "community": "https://discord.com/channels/1022962884864643214/1138937641123987466", + "license": "Apache 2.0", + "language": "Mendix", + "$schema": "../../schemas/dependency.json" +} \ No newline at end of file diff --git a/data/dependencies/paradym.json b/data/dependencies/paradym.json new file mode 100644 index 0000000..cd19164 --- /dev/null +++ b/data/dependencies/paradym.json @@ -0,0 +1,8 @@ +{ + "name": "Paradym", + "description": "Create and manage your digital identity infrastructure exactly how you want it with the Paradym API. Paradym provides hosted infrastructure and straightforward API endpoints.", + "url": "https://paradym.id", + "license": "Commercial", + "language": "REST", + "$schema": "../../schemas/dependency.json" +} \ No newline at end of file diff --git a/data/wallets/entidad-unmio-mobile.json b/data/wallets/entidad-unmio-mobile.json new file mode 100644 index 0000000..2613bad --- /dev/null +++ b/data/wallets/entidad-unmio-mobile.json @@ -0,0 +1,53 @@ +{ + "capability": [ + "holder" + ], + "type": "edge", + "name": "Unmio mobile", + "logo": "https://unmio-ecosystem-assets.s3.us-west-1.amazonaws.com/images/Unmio_Logo_Green-Color.png", + "company": "Entidad", + "companyUrl": "https://www.entidad.io", + "contact": "info@unmio.com", + "urlWebsite": "https://www.unmio.com", + "urlAppStore": "https://apps.apple.com/us/app/unmio/id6581480643", + "urlGooglePlayStore": "https://play.google.com/store/apps/details?id=io.entidad.app.unmio", + "openSource": false, + "license": "Commercial", + "portability": false, + "credentialProfiles": [ + "AnonCreds with did:indy", + "AnonCreds with did:web" + ], + "credentialFormats": [ + "AnonCred" + ], + "issuanceProtocols": [ + "Issue Credential v2" + ], + "keyManagements": [ + "did:indy", + "did:jwk", + "did:key", + "did:peer", + "did:web", + "raw public keys (jwk)" + ], + "presentationProtocols": [ + "Present Proof v2", + "Present Proof v1.0" + ], + "dependencies": [ + "credo", + "farmworker-wallet-os" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], + "statusManagements": [ + "Indy Revocation" + ], + "trustManagements": [], + "$schema": "../../schemas/wallet.json" +} \ No newline at end of file diff --git a/data/wallets/entidad-unmio.json b/data/wallets/entidad-unmio.json new file mode 100644 index 0000000..1f60d0e --- /dev/null +++ b/data/wallets/entidad-unmio.json @@ -0,0 +1,49 @@ +{ + "capability": [ + "issuer", + "verifier" + ], + "type": "cloud", + "name": "Unmio", + "logo": "https://unmio-ecosystem-assets.s3.us-west-1.amazonaws.com/images/Unmio_Logo_Green-Color.png", + "company": "Entidad", + "companyUrl": "https://www.entidad.io", + "contact": "info@unmio.com", + "urlWebsite": "https://www.unmio.com", + "openSource": false, + "license": "Commercial", + "portability": false, + "credentialProfiles": [ + "AnonCreds with did:indy", + "AnonCreds with did:web" + ], + "credentialFormats": [ + "AnonCred" + ], + "issuanceProtocols": [ + "Issue Credential v2" + ], + "keyManagements": [ + "did:key", + "did:web", + "did:peer" + ], + "presentationProtocols": [ + "Present Proof v2", + "Present Proof v1.0" + ], + "dependencies": [ + "paradym", + "farmworker-wallet-os" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], + "statusManagements": [ + "Indy Revocation" + ], + "trustManagements": [], + "$schema": "../../schemas/wallet.json" +} \ No newline at end of file diff --git a/data/wallets/farmworker-wallet-os.json b/data/wallets/farmworker-wallet-os.json index 96b3826..a0a198c 100644 --- a/data/wallets/farmworker-wallet-os.json +++ b/data/wallets/farmworker-wallet-os.json @@ -1,5 +1,7 @@ { - "capability": ["holder"], + "capability": [ + "holder" + ], "type": "edge", "name": "Farmworker Wallet OS", "logo": "https://cdn.prod.website-files.com/6520979d785cc136404a270d/65237d6a3505e25d76ed58c7_wallet-p-1080.png", @@ -10,8 +12,13 @@ "openSource": true, "license": "Apache 2.0", "portability": false, - "credentialProfiles": ["AnonCreds with did:indy", "AnonCreds with did:web"], - "credentialFormats": ["AnonCred"], + "credentialProfiles": [ + "AnonCreds with did:indy", + "AnonCreds with did:web" + ], + "credentialFormats": [ + "AnonCred" + ], "issuanceProtocols": [], "keyManagements": [ "did:indy", @@ -21,9 +28,19 @@ "did:web", "raw public keys (jwk)" ], - "presentationProtocols": ["Present Proof v2", "Present Proof v1.0"], - "signingAlgorithms": ["CL", "ECDSA", "EdDSA"], + "presentationProtocols": [ + "Present Proof v2", + "Present Proof v1.0" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], "statusManagements": [], "trustManagements": [], + "dependencies": [ + "credo" + ], "$schema": "../../schemas/wallet.json" -} +} \ No newline at end of file diff --git a/viewer/src/app/dependencies/dependencies-data.ts b/viewer/src/app/dependencies/dependencies-data.ts index 1af6b7e..beee03b 100644 --- a/viewer/src/app/dependencies/dependencies-data.ts +++ b/viewer/src/app/dependencies/dependencies-data.ts @@ -20,6 +20,23 @@ export const dependencyData: Dependency[] = [ "license": "Apache 2.0", "id": "credo" }, + { + "name": "farmworker-wallet-os", + "description": "Farmworker Wallet OS, the low-code wallet engine framework", + "url": "https://github.com/openwallet-foundation-labs/farmworker-wallet-os", + "community": "https://discord.com/channels/1022962884864643214/1138937641123987466", + "license": "Apache 2.0", + "language": "Mendix", + "id": "farmworker-wallet-os" + }, + { + "name": "Paradym", + "description": "Create and manage your digital identity infrastructure exactly how you want it with the Paradym API. Paradym provides hosted infrastructure and straightforward API endpoints.", + "url": "https://paradym.id", + "license": "Commercial", + "language": "REST", + "id": "paradym" + }, { "name": "SD-JWT-JS", "url": "https://github.com/openwallet-foundation-labs/sd-jwt-js", diff --git a/viewer/src/app/wallets/wallets-data.ts b/viewer/src/app/wallets/wallets-data.ts index 7b673a3..506b364 100644 --- a/viewer/src/app/wallets/wallets-data.ts +++ b/viewer/src/app/wallets/wallets-data.ts @@ -432,6 +432,110 @@ export const walletData: Wallet[] = [ "id": "endorser-mobile", "commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/endorser-mobile.json" }, + { + "capability": [ + "holder" + ], + "type": "edge", + "name": "Unmio mobile", + "logo": "https://unmio-ecosystem-assets.s3.us-west-1.amazonaws.com/images/Unmio_Logo_Green-Color.png", + "company": "Entidad", + "companyUrl": "https://www.entidad.io", + "contact": "info@unmio.com", + "urlWebsite": "https://www.unmio.com", + "urlAppStore": "https://apps.apple.com/us/app/unmio/id6581480643", + "urlGooglePlayStore": "https://play.google.com/store/apps/details?id=io.entidad.app.unmio", + "openSource": false, + "license": "Commercial", + "portability": false, + "credentialProfiles": [ + "AnonCreds with did:indy", + "AnonCreds with did:web" + ], + "credentialFormats": [ + "AnonCred" + ], + "issuanceProtocols": [ + "Issue Credential v2" + ], + "keyManagements": [ + "did:indy", + "did:jwk", + "did:key", + "did:peer", + "did:web", + "raw public keys (jwk)" + ], + "presentationProtocols": [ + "Present Proof v2", + "Present Proof v1.0" + ], + "dependencies": [ + "credo", + "farmworker-wallet-os" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], + "statusManagements": [ + "Indy Revocation" + ], + "trustManagements": [], + "id": "entidad-unmio-mobile", + "commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/entidad-unmio-mobile.json" + }, + { + "capability": [ + "issuer", + "verifier" + ], + "type": "cloud", + "name": "Unmio", + "logo": "https://unmio-ecosystem-assets.s3.us-west-1.amazonaws.com/images/Unmio_Logo_Green-Color.png", + "company": "Entidad", + "companyUrl": "https://www.entidad.io", + "contact": "info@unmio.com", + "urlWebsite": "https://www.unmio.com", + "openSource": false, + "license": "Commercial", + "portability": false, + "credentialProfiles": [ + "AnonCreds with did:indy", + "AnonCreds with did:web" + ], + "credentialFormats": [ + "AnonCred" + ], + "issuanceProtocols": [ + "Issue Credential v2" + ], + "keyManagements": [ + "did:key", + "did:web", + "did:peer" + ], + "presentationProtocols": [ + "Present Proof v2", + "Present Proof v1.0" + ], + "dependencies": [ + "paradym", + "farmworker-wallet-os" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], + "statusManagements": [ + "Indy Revocation" + ], + "trustManagements": [], + "id": "entidad-unmio", + "commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/entidad-unmio.json" + }, { "capability": [ "holder" @@ -517,6 +621,9 @@ export const walletData: Wallet[] = [ ], "statusManagements": [], "trustManagements": [], + "dependencies": [ + "credo" + ], "id": "farmworker-wallet-os", "commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/farmworker-wallet-os.json" },