-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Added dependencies to farmworker-wallet-os, 2. Added Unmio and Unm…
…io commercial wallets, 3. Added dependency for Paradym.id Signed-off-by: Jorge Flores <[email protected]>
- Loading branch information
Showing
7 changed files
with
266 additions
and
6 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,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" | ||
} |
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,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" | ||
} |
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,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": "[email protected]", | ||
"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" | ||
} |
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,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": "[email protected]", | ||
"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" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]", | ||
"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": "[email protected]", | ||
"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" | ||
}, | ||
|