diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index 7779363626..e6346573c4 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -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/docs", + getstarted: "https://docs.zkfold.io/smart-wallet/api/", + tags: ["wallet", "haskell", "plutus", "http"], + }, ]; export const TagList = Object.keys(Tags); diff --git a/src/data/builder-tools/smart-wallet-api.png b/src/data/builder-tools/smart-wallet-api.png new file mode 100644 index 0000000000..89de0e0e14 Binary files /dev/null and b/src/data/builder-tools/smart-wallet-api.png differ