Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: pnpm lint:i18n
- run: pnpm test:a11y
- run: pnpm build
- run: pnpm validate:jsonld

playwright-a11y:
name: Playwright A11y Gate
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"format:check": "prettier --check .",
"lint:i18n": "node scripts/lint-i18n.mjs",
"generate:og": "node scripts/generate-og.mjs",
"validate:jsonld": "tsx scripts/validate-jsonld.mjs",
"prepare": "husky"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions public/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>https://usewraith.xyz/blog</link>
<description>Notes on stealth payments, private infrastructure, and the Wraith ecosystem.</description>
<language>en-us</language>
<lastBuildDate>Tue, 25 Aug 2026 05:06:07 GMT</lastBuildDate>
<lastBuildDate>Tue, 25 Aug 2026 22:23:09 GMT</lastBuildDate>
<atom:link href="https://usewraith.xyz/feed.xml" rel="self" type="application/rss+xml" />

<item>
Expand All @@ -20,17 +20,17 @@
<title>Stealth addresses explained</title>
<link>https://usewraith.xyz/blog/stealth-addresses-explained</link>
<guid>https://usewraith.xyz/blog/stealth-addresses-explained</guid>
<pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
<description>A straightforward introduction to stealth addresses and why they matter for private payments.</description>
<author>Wraith Protocol Team</author>
<pubDate>Wed, 22 Jul 2026 12:00:00 GMT</pubDate>
<description>A straightforward introduction to stealth addresses and why they matter.</description>
<author>Wraith Team</author>
</item>
<item>
<title>Privacy by default</title>
<link>https://usewraith.xyz/blog/privacy-by-default</link>
<guid>https://usewraith.xyz/blog/privacy-by-default</guid>
<pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
<pubDate>Mon, 20 Jul 2026 12:00:00 GMT</pubDate>
<description>How Wraith makes private payments practical for everyday apps.</description>
<author>Wraith Protocol Team</author>
<author>Wraith Team</author>
</item>
</channel>
</rss>
20 changes: 20 additions & 0 deletions public/feed/tag/cryptography.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Wraith Protocol Blog — cryptography</title>
<link>https://usewraith.xyz/blog/tag/cryptography</link>
<description>Notes on stealth payments, private infrastructure, and the Wraith ecosystem.</description>
<language>en-us</language>
<lastBuildDate>Thu, 27 Aug 2026 12:50:19 GMT</lastBuildDate>
<atom:link href="https://usewraith.xyz/feed/tag/cryptography.xml" rel="self" type="application/rss+xml" />

<item>
<title>How Stealth Addresses Keep Payments Private</title>
<link>https://usewraith.xyz/blog/stealth-addresses-explained</link>
<guid>https://usewraith.xyz/blog/stealth-addresses-explained</guid>
<pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate>
<description>A look at the cryptography behind stealth addresses and why every Wraith payment lands on a fresh one-time address that cannot be linked to the recipient.</description>
<author>Lena Vogt</author>
</item>
</channel>
</rss>
36 changes: 0 additions & 36 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,40 +78,4 @@
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://usewraith.xyz/blog/tag/privacy</loc>
<lastmod>2026-08-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://usewraith.xyz/blog/tag/stealth-payments</loc>
<lastmod>2026-08-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://usewraith.xyz/blog/tag/sdk</loc>
<lastmod>2026-08-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://usewraith.xyz/blog/tag/announcements</loc>
<lastmod>2026-08-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://usewraith.xyz/blog/tag/wave-7</loc>
<lastmod>2026-08-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://usewraith.xyz/blog/tag/wave-6</loc>
<lastmod>2026-08-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Loading
Loading