Source-backed decision lab for review dossiers.
Prism is a decision console. It turns a claim, a review standard and source evidence into a dossier that can be challenged, appealed and finalized.
- Network: GenLayer Bradbury
- Chain ID: 4221
- Contract:
0x8548672D621b7ffB1538af3Ec15c683612c60F85 - Deployer:
0x07A12871217d82ADE643Ef8c4EfC27e14F10A649 - Deploy transaction: 0xd626b972...f484c4
- Deployed:
2026-07-26T19:43:45.932Z - Source:
contracts/prism_v2.py(32,555 bytes)
- Set a review standard.
- Create a dossier.
- Attach evidence.
- Run review.
- Challenge, appeal or finalize.
The frontend reads dossier lists, evidence, review status and final decisions. Contract state is public; write actions still require a connected wallet on GenLayer Bradbury.
| Action | Transaction |
|---|---|
open_dossier |
0xd833d3f2...d3b5a9 |
The deployment and domain smoke transaction are finalized on Bradbury. The public app is pinned to this contract address.
python -m http.server 8080Open http://localhost:8080.
The public package is static and has no install step. Vercel receives only frontend, contract source and public deployment metadata.
Keep wallet private keys, vault exports, .env files, Vercel project state and dashboard data out of Git. This repository is for public source, UI, tests and deployment receipts only.