Skip to content

Add Arc Testnet proof mode#8

Merged
horn111 merged 1 commit into
mainfrom
feat/arc-testnet-proof-mode
Jul 1, 2026
Merged

Add Arc Testnet proof mode#8
horn111 merged 1 commit into
mainfrom
feat/arc-testnet-proof-mode

Conversation

@horn111

@horn111 horn111 commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Description

Adds Arc Testnet Proof Mode for Arc Receipts.

This update lets a receipt prove its connection to a real Arc Testnet transaction without asking the demo to send transactions or store private keys. Builders can paste a Memo-wrapped USDC tx hash, verify it against the generated memo payment request, and get block/log proof plus an Arcscan link.

Flow covered:

  • create invoice
  • build memo payment request
  • verify Arc Testnet tx receipt
  • match Memo event
  • match USDC Transfer
  • attach onchain proof to receipt
  • keep signed webhook inbox + replay flow working

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring

Related Issues

Closes #

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my fix/feature works
  • New and existing tests pass locally with my changes
  • I have updated the documentation accordingly
  • I have updated the CHANGELOG.md

Testing

  • npm.cmd run typecheck
  • node_modules\.bin\tsc.cmd --noEmit --project apps/demo/tsconfig.json --incremental false
  • npm.cmd run test --workspaces --if-present -- --reporter=dot
  • git diff --check
  • npm.cmd run build in apps/demo
  • Local browser check on http://localhost:3005

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
arc-nano-kit-demo Ready Ready Preview, Comment Jul 1, 2026 5:38pm

@horn111
horn111 merged commit 3c31176 into main Jul 1, 2026
6 checks passed
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.

1 participant