Skip to content

Commit

Permalink
Adding Preparese Mobile and Farmworker Wallet OS (#50)
Browse files Browse the repository at this point in the history
* Create Preparese_Mobile

Submitting wallet information baed on released version 1.6.0 (215) which embeds Credo v0.4.2 (formerly Aries Framework JavaScript).

Signed-off-by: Jorge Flores <jorge@entidad.io>

* Rename Preparese_Mobile to Preparese_Mobile.json

Signed-off-by: Jorge Flores <jorge@entidad.io>

* Rename Preparese_Mobile.json to Preparese Mobile.json

Signed-off-by: Jorge Flores <jorge@entidad.io>

* Create Farmworker WalletOS.json

The Farmworker Wallet OS low-code wallet engine currently supports Credo-ts v0.4.2

Signed-off-by: Jorge Flores <jorge@entidad.io>

---------

Signed-off-by: Jorge Flores <jorge@entidad.io>
  • Loading branch information
jorgefl0 committed Apr 12, 2024
1 parent 6ba40c3 commit 420e561
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
41 changes: 41 additions & 0 deletions wallets/Farmworker WalletOS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "Farmworker WalletOS",
"logo": "https://farmworker-walletos.s3.us-west-1.amazonaws.com/images/app_logo.png",
"company": "Entidad",
"CompanyUrl": "https://www.entidad.io/",
"type": "edge",
"openSource": true,
"license": "Apache-2.0",
"capability": [
"holder"
],
"portability": "no",
"linkToApp": "https://www.farmworkerwalletos.community/",
"credentialProfiles": [
"AnonCreds with did:cheqd",
"AnonCreds with did:indy"
],
"credentialFormats": [
"AnonCred"
],
"issuanceProtocols": [
"Issue Credential v2"
],
"keyManagements": [
"did:cheqd",
"did:indy",
"did:peer",
"did:web",
"link secrets"
],
"presentationProtocols": [
"Present Proof v2"
],
"signingAlgorithms": [
"CL",
"EdDSA"
],
"statusManagements": [],
"trustManagements": [],
"$schema": "../schema.json"
}
43 changes: 43 additions & 0 deletions wallets/Preparese Mobile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "Preparese Mobile",
"logo": "https://esencial.s3.us-west-1.amazonaws.com/images/ecosystem/Preparese_Logo-Green-Round.svg",
"company": "UFW Foundation",
"CompanyUrl": "https://ufwfoundation.org/",
"type": "edge",
"openSource": false,
"license": "Proprietary",
"capability": [
"holder"
],
"portability": "no",
"linkToApp": "https://www.preparese.info/",
"credentialProfiles": [
"AnonCreds with did:cheqd",
"AnonCreds with did:indy"
],
"credentialFormats": [
"AnonCred"
],
"issuanceProtocols": [
"Issue Credential v2"
],
"keyManagements": [
"did:cheqd",
"did:indy",
"did:peer",
"did:web",
"link secrets"
],
"presentationProtocols": [
"Present Proof v2"
],
"signingAlgorithms": [
"CL",
"EdDSA"
],
"statusManagements": [],
"trustManagements": [
"Verifier knows Issuers"
],
"$schema": "../schema.json"
}

0 comments on commit 420e561

Please sign in to comment.