Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,14 @@ export const Showcases = [
"https://github.com/Cardano-Forge/weld/tree/main/documentation/",
tags: ["typescript", "wallet"],
},
{
title: "Smart Wallet API",
description: "Backend APIs for implementing OAuth2-backed wallets and dapps on Cardano. Deterministic address derivation allows sending funds to a Web2 account without prior onboarding. Funds are secured by Plutus smart contracts and zero-knowledge cryptography.",
preview: require("./builder-tools/smart-wallet-api.png"),
website: "https://wallet-api.zkfold.io",
getstarted: "https://docs.zkfold.io/smart-wallet/api/",
tags: ["wallet", "haskell", "plutus", "http"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/smart-wallet-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.