From 569577a90186a1e636872a60027e5d7c64d5a80f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:42:49 +0000 Subject: [PATCH] Add project: subwallet --- data/projects/subwallet.json | 68 ++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 data/projects/subwallet.json diff --git a/data/projects/subwallet.json b/data/projects/subwallet.json new file mode 100644 index 0000000..38c14e4 --- /dev/null +++ b/data/projects/subwallet.json @@ -0,0 +1,68 @@ +{ + "name": "SubWallet", + "slug": "subwallet", + "description": "Comprehensive non-custodial wallet solution for Polkadot, Substrate & Ethereum ecosystems", + "richText": "", + "links": { + "website": [ + { + "label": "www.subwallet.app", + "url": "https://www.subwallet.app/" + } + ], + "docs": [], + "explorer": [], + "repository": [ + { + "label": "SubWallet Extension", + "url": "https://github.com/Koniverse/SubWallet-Extension" + }, + { + "label": "SubWallet Mobile", + "url": "https://github.com/Koniverse/SubWallet-Mobile" + }, + { + "label": "Playnation", + "url": "https://github.com/Koniverse/Playnation" + }, + { + "label": "Playnation API", + "url": "https://github.com/Koniverse/PlaynationAPI" + } + ], + "social": [ + { + "label": "X/Twitter", + "url": "https://x.com/subwalletapp" + }, + { + "label": "Telegram", + "url": "https://t.me/subwallet" + }, + { + "label": "Discord", + "url": "https://discord.com/invite/PvjV5mu6Gq" + } + ] + }, + "attributes": { + "networks": [ + "Polkadot", + "Ethereum" + ], + "purposes": [ + "staking", + "universal" + ], + "stackLevels": [ + "offchain" + ], + "technologies": [], + "types": [ + "tool", + "mobile", + "dApp" + ], + "rewards": false + } +}