Skip to content

Commit

Permalink
1. Added fwos oss dependency 2. Added Unmio and Unmio mobile agents (#…
Browse files Browse the repository at this point in the history
…136)

Signed-off-by: Jorge Flores <[email protected]>
  • Loading branch information
jorgefl0 authored Jan 15, 2025
1 parent 8e8868d commit 5bef9d3
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 6 deletions.
9 changes: 9 additions & 0 deletions data/dependencies/farmworker-wallet-os.json
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"
}
53 changes: 53 additions & 0 deletions data/wallets/entidad-unmio-mobile.json
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"
}
48 changes: 48 additions & 0 deletions data/wallets/entidad-unmio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"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": [
"farmworker-wallet-os"
],
"signingAlgorithms": [
"CL",
"ECDSA",
"EdDSA"
],
"statusManagements": [
"Indy Revocation"
],
"trustManagements": [],
"$schema": "../../schemas/wallet.json"
}
29 changes: 23 additions & 6 deletions data/wallets/farmworker-wallet-os.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 5bef9d3

Please sign in to comment.