Skip to content

Commit 790f607

Browse files
authored
Merge pull request #123 from OscarGauss/add-pollar-wallets-and-ramps
Add Pollar Wallets & Fiat Ramps to ECOSYSTEM_CARDS
2 parents 254aff4 + a7f31dc commit 790f607

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/src/data/skills.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
370370
pathLabel: "drQedwards/pmll",
371371
copyValue: "https://raw.githubusercontent.com/drQedwards/pmll/main/SKILL.md",
372372
},
373+
{
374+
title: "Pollar Wallets & Fiat Ramps",
375+
description:
376+
"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.",
377+
pathLabel: "pollar-xyz/pollar",
378+
copyValue:
379+
"https://raw.githubusercontent.com/pollar-xyz/pollar/main/skills/pollar-wallet-auth/SKILL.md",
380+
},
373381
] as const;

0 commit comments

Comments
 (0)