diff --git a/src/data/showcase/smart-wallet.png b/src/data/showcase/smart-wallet.png new file mode 100644 index 0000000000..89de0e0e14 Binary files /dev/null and b/src/data/showcase/smart-wallet.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 3227eae45c..9318aaf239 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -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: @@ -1399,7 +1407,7 @@ export const Showcases = [ website: "https://arpradio.media", source: null, tags: ["minting", "ecosystem", "metadata" ] - } + }, ]; export const TagList = Object.keys(Tags);