Skip to content

Commit

Permalink
Add Begin Wallet to Showcase (#1381)
Browse files Browse the repository at this point in the history
* Update showcases.js

* Add Begin header

* Update Begin Wallet title

* Update tags

* Update Begin description

* Update Accept description update

Co-authored-by: Robert Phair <[email protected]>

* Update Removing OS tag

* removing `source:` entry after `opensource` tag removed

* Update Add source = null

---------

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
francisluz and rphair authored Jan 13, 2025
1 parent 9a58bc2 commit 00bd7b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/begin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,15 @@ export const Showcases = [
source: null,
tags: ["daotool", "governance"],
},
{
title: "Begin Wallet",
description:
"Begin Wallet a non-custodial light Cardano Wallet, available as an Extension and Mobile. We offer payment link compatibility with deep link support, Begin ID user name based on ENS protocol for Wallet Address. Hardware wallet support Ledger and Keystone. Based on our own open source cryptographic core.",
preview: require("./showcase/begin.png"),
website: "https://begin.is",
source: null,
tags: ["wallet", "nftsupport"],
},
];

export const TagList = Object.keys(Tags);
Expand Down

0 comments on commit 00bd7b0

Please sign in to comment.