Projects
Register projects using SIWE wallet authentication
Projects
SIWE registration + project switcher
backend
No active project yet.
All backend calls go through /api/proxy so API keys never hit the browser JS.
Project Config
Per-project anchoring settings and on-chain deployment
Select or register a project to edit and save project config.
You can still deploy a contract below, but saving the deployed address into config requires an active project.
Anchoring mode
Pick a project to edit/save this setting.
Deploy anchoring contract (MetaMask)
Deploys a new EvidenceAnchor using the EvidenceAnchorFactory. Select a project first if you want the UI to persist the deployed address into config.
Tip: set NEXT_PUBLIC_ANCHOR_FACTORY_ADDR in web-alt env to prefill.
Current chains
No chains configured.
Config is saved via /api/proxy/v1/projects/<id>/config, so API keys remain server-side.