Skip to content
HardlyDifficult edited this page Jul 17, 2026 · 1 revision

Demo

The public demo proves the browser-to-resource-server flow on Base Sepolia:

  • render a public preview;
  • discover the protected URI;
  • obtain and sign an exact-resource SIWE challenge;
  • replace the preview with authorized private media; and
  • delegate one JSON resource without also delegating the private image.

The demo is a reference implementation, not production infrastructure. Its chain, contract, run commands, deployment variables, and browser checklist are kept beside the executable code in the demo guide.

Use demo/api/lib/protected-resource.ts to drill into the authorization boundary.

Clone this wiki locally