From 2140097c588b0fd3c654ddec4ba718bbdd6a3381 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Thu, 18 Apr 2024 06:47:04 -0700 Subject: [PATCH] Delete wallets/example.json fixes #56 Signed-off-by: Mirko Mollik --- wallets/example.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 wallets/example.json diff --git a/wallets/example.json b/wallets/example.json deleted file mode 100644 index 30d8a38..0000000 --- a/wallets/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "../viewer/src/assets/schema.json", - "company": "Example Company", - "companyUrl": "https://openwallet.foundation/", - "urlWebsite": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig", - "logo": "logos/open-wallet.png", - "name": "Example Wallet", - "contact": "info@example.com", - "openSource": true, - "type": "cloud", - "portability": true, - "capability": ["holder", "issuer"], - "credentialProfiles": ["EBSI", "HAIP"], - "credentialFormats": ["MDOC"], - "downloadSource": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig", - "license": "Apache 2.0", - "urlWebApp": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig" -}