Skip to content

A minimal single-page reference app demonstrating cross-chain stealth address payments using @wraith-protocol/sdk.#79

Open
DevScoopee wants to merge 1 commit into
wraith-protocol:developfrom
DevScoopee:main
Open

A minimal single-page reference app demonstrating cross-chain stealth address payments using @wraith-protocol/sdk.#79
DevScoopee wants to merge 1 commit into
wraith-protocol:developfrom
DevScoopee:main

Conversation

@DevScoopee

Copy link
Copy Markdown

No backend, no API keys. Supports four chains: Horizen (EVM), Stellar, Solana, and CKB.

Built with Vite + React 19 + TypeScript + Tailwind CSS. Uses wagmi v2 + RainbowKit for EVM, Freighter for Stellar, Phantom for Solana, and local ed25519 primitives for CKB. Features chain-specific wallet connections, stealth meta-address generation, on-chain announcement scanning, and withdrawal flows per chain. Dark monochrome design with sharp corners and developer-focused UI.

Closes #65

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

@DevScoopee is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 23, 2026

Copy link
Copy Markdown

@DevScoopee 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

…h address payments using @wraith-protocol/sdk. No backend, no API keys. Supports four chains: Horizen (EVM), Stellar, Solana, and CKB.

Built with Vite + React 19 + TypeScript + Tailwind CSS. Uses wagmi v2 + RainbowKit for EVM, Freighter for Stellar, Phantom for Solana, and local ed25519 primitives for CKB. Features chain-specific wallet connections, stealth meta-address generation, on-chain announcement scanning, and withdrawal flows per chain. Dark monochrome design with sharp corners and developer-focused UI.
@truthixify truthixify changed the base branch from main to develop June 24, 2026 14:49
@truthixify

Copy link
Copy Markdown
Contributor

The USDC integration work in stellar-assets.ts, StellarSend/Receive.tsx changes, and e2e/stellar-usdc.spec.ts matches your assignment for #65 well. A few things to clean up:

  1. Conflicts in package.json, playwright.config.ts, StellarSend.tsx, StellarReceive.tsx. Rebase against develop.
  2. Update the PR title and body to match the actual work. The current title and body describe the whole demo app generically; should be something like "feat(stellar): USDC send/receive integration (Stellar Asset (USDC) send/receive UX #65)".
git fetch origin
git rebase origin/develop
git push --force-with-lease

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.

Stellar Asset (USDC) send/receive UX

2 participants