Skip to content

feat(#93): add interactive scanner playground and Stellar quickstart - #96

Merged
truthixify merged 1 commit into
wraith-protocol:developfrom
Charity5654:feature/interactive-scanner-demo-93
Jul 27, 2026
Merged

feat(#93): add interactive scanner playground and Stellar quickstart#96
truthixify merged 1 commit into
wraith-protocol:developfrom
Charity5654:feature/interactive-scanner-demo-93

Conversation

@Charity5654

Copy link
Copy Markdown
Contributor
  • Add scripts/playground/index.html — sandboxed iframe playground with dark-themed UI: meta-address + key inputs, Load demo keys shortcut, fixture announcement table, match result cards

  • Add scripts/playground/scanner.js — fully self-contained client-side scanner engine using only SubtleCrypto (SHA-256/SHA-512) and inline Curve25519/ed25519 point arithmetic. Zero third-party dependencies. CSP: default-src 'none'; script-src 'unsafe-inline'

  • Add scripts/playground/generate-fixtures.mjs — offline script that deterministically derives the demo keypair and computes the 5 fixture announcements (2 matches, 3 noise) written into scanner.js

  • Add guides/stellar/stellar-quickstart.mdx — 5-step quickstart guide covering key derivation, stealth address generation, scanning, spending, and EVM comparison; embeds the playground via sandboxed iframe with allow-scripts only

  • Update docs.json — add 'Stellar' nav group under Guides tab with the quickstart as its first page

Acceptance criteria met:
[x] Playground renders on the quickstart page [x] Runs entirely client-side against fixture data [x] No third-party JS (all crypto inline via Web Crypto API)
closes #93

…lar quickstart

- Add scripts/playground/index.html — sandboxed iframe playground with
  dark-themed UI: meta-address + key inputs, Load demo keys shortcut,
  fixture announcement table, match result cards

- Add scripts/playground/scanner.js — fully self-contained client-side
  scanner engine using only SubtleCrypto (SHA-256/SHA-512) and inline
  Curve25519/ed25519 point arithmetic. Zero third-party dependencies.
  CSP: default-src 'none'; script-src 'unsafe-inline'

- Add scripts/playground/generate-fixtures.mjs — offline script that
  deterministically derives the demo keypair and computes the 5 fixture
  announcements (2 matches, 3 noise) written into scanner.js

- Add guides/stellar/stellar-quickstart.mdx — 5-step quickstart guide
  covering key derivation, stealth address generation, scanning,
  spending, and EVM comparison; embeds the playground via sandboxed
  iframe with allow-scripts only

- Update docs.json — add 'Stellar' nav group under Guides tab with the
  quickstart as its first page

Acceptance criteria met:
  [x] Playground renders on the quickstart page
  [x] Runs entirely client-side against fixture data
  [x] No third-party JS (all crypto inline via Web Crypto API)
@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@Charity5654 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@truthixify
truthixify merged commit 997100f into wraith-protocol:develop Jul 27, 2026
2 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

In, thanks. Interactive playground makes the SDK concrete on the docs page, appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interactive scanner demo embed in docs

2 participants