-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from kudos-ink/add-subwallet
Add new project: subwallet
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 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,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 | ||
} | ||
} |