Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/data/showcase/smart-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,14 @@ export const Showcases = [
source: "https://github.com/orcfax/orcfax-aiken",
tags: ["oracle", "opensource"],
},
{
title: "Smart Wallet",
description: "Create your wallet in just seconds by signing in with your Google or Apple account, no seed phrases or complex setups required. Send crypto instantly to anyone using their email, even if they don’t have a wallet yet. Powered by advanced Zero-Knowledge (ZK) cryptography.",
preview: require("./showcase/smart-wallet.png"),
website: "https://wallet.zkfold.io",
source: "https://github.com/zkFold/smart-wallet-ui",
tags: ["wallet", "identity", "opensource"],
},
{
title: "Arp Radio",
description:
Expand All @@ -1399,7 +1407,7 @@ export const Showcases = [
website: "https://arpradio.media",
source: null,
tags: ["minting", "ecosystem", "metadata" ]
}
},
];

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