Skip to content
Merged
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
8 changes: 8 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
pathLabel: "drQedwards/pmll",
copyValue: "https://raw.githubusercontent.com/drQedwards/pmll/main/SKILL.md",
},
{
title: "Pollar Wallets & Fiat Ramps",
description:
"Add embedded Stellar wallets and local fiat on/off-ramps to a web or React Native app with @pollar/core and @pollar/react. Users sign in with email, social or a passkey and get a funded account with no seed phrase. Covers ramp quotes and country availability, the custodial and external signing paths, payments, sponsored (gasless) activation and trustlines, multi-venue swaps, and SEP-53 / SEP-10 ownership proofs.",
pathLabel: "pollar-xyz/pollar",
copyValue:
"https://raw.githubusercontent.com/pollar-xyz/pollar/main/skills/pollar-wallet-auth/SKILL.md",
},
] as const;
Loading