From a7f31dcf7e18fefeef05e138d30d150e2e5b528d Mon Sep 17 00:00:00 2001 From: Oscar Gauss Date: Thu, 3 Sep 2026 11:17:59 -0400 Subject: [PATCH] Add Pollar Wallets & Fiat Ramps to ECOSYSTEM_CARDS --- site/src/data/skills.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index c368684..ace3535 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -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;