AtelierProof is a GenLayer Studionet project for fashion provenance: material claims, supplier proofs, workshop steps, objections, appeals and final public seals.
The project is intentionally styled like an atelier worktable instead of another dark dashboard. The frontend uses a textile canvas, pattern pieces, proof lanes and a ledger rail so it reads like a separate product team built it.
index.html- static app shellstyles.css- atelier worktable visual systemapp.js- interactive local preview with staged provenance recordscontracts/atelierproof.py- GenLayer intelligent contract sourcedeployment.json- finalized Studionet deployment metadata and smoke transactionsconfig.js- frontend contract configuration
Primary source: contracts/atelierproof.py
Core write methods:
register_pieceadd_material_proofadd_process_stepopen_reviewreview_piece_with_genlayeropen_objection_windowfile_objectionresolve_objection_with_genlayerfile_appealresolve_appeal_with_genlayerseal_piecearchive_piecerecalculate_reputation
Core read methods:
get_pieceget_recent_piecesget_material_proofsget_process_stepsget_reviewsget_objectionsget_appealsget_audit_logget_frontend_bootstrap
npx serve . -l 8080Open:
http://localhost:8080/
- Contract:
0xAF3f80581817D41d7058Ca1eE63f8Ef1305FCd28 - Explorer: https://explorer-studio.genlayer.com/contracts/0xAF3f80581817D41d7058Ca1eE63f8Ef1305FCd28
- Deploy tx:
0x1f12a210a349fa8aed70f8cec75f78c98ce2a6c5f5228ca8dffa1b88f2ca3af4 - Faucet tx:
0x477a86ae4e25ddc7ffc25fa7cbd33c6ea4122ad5351dbab42f37bb24b42bdd34 - Smoke: material proofs, process steps, GenLayer review, objection, appeal, seal and reputation writes finalized.
- Tests:
npx tsx scripts\test-atelierproof.tspassed 17/17.
- Repository: https://github.com/aspro45/atelierproof
- Live app: https://atelierproof.vercel.app
- Runtime: static HTML/CSS/JavaScript
- Deployment metadata:
deployment.json
Private keys, vault files, .env, .vercel/, local dashboard data and wallet JSON files must stay out of GitHub/Vercel. This repository contains only public frontend code, contract source and deployment metadata.