Skip to content
Open
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
9 changes: 9 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,13 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
"https://github.com/Trustless-Work/trustless-work-dev-skill/blob/main/SKILL.md",
category: "Ecosystem",
},
{
title: "Anchors",
description:
"Integrate with or build Stellar anchors — fiat on/off-ramps, deposit/withdrawal, KYC, RFQ, cross-border remittance. The implementation layer for SEPs 1/6/10/12/24/31/38: what to build, in what order, and the gotchas (memo contracts, trustline traps, state machine) that bite.",
Comment thread
phelipe-ckl marked this conversation as resolved.
Outdated
pathLabel: "CheesecakeLabs/stellar-anchor-skill",
copyValue:
"https://github.com/CheesecakeLabs/stellar-anchor-skill/blob/main/SKILL.md",
category: "Ecosystem",
},
] as const;