Idea and proposal review with milestones, risks and public sources.
Forge is a review bench for proposals. It keeps idea specs, milestones, risk notes and source material together before GenLayer produces a decision.
| Surface | Link |
|---|---|
| Live app | https://assmore22-forge.vercel.app |
| GitHub | https://github.com/assmore22/forge |
| Contract | https://explorer-studio.genlayer.com/contracts/0xa36eb7430894C299393647Fe21Ed30D7C3dBB75c |
- Network: GenLayer Studionet
- Chain ID: 61999
- Contract:
0xa36eb7430894C299393647Fe21Ed30D7C3dBB75c - Deploy transaction: 0x6aea804a...2a46bb
- Deployed:
2026-06-23T16:54:16.369Z - Source:
contracts/forge_v2.py(41,476 bytes)
- Create an idea.
- Add specification sources.
- Register milestones and risks.
- Run review.
- Challenge or archive the result.
The frontend reads idea records, risk lists, milestone state and recent review output. Contract state is public; write actions still require a connected wallet on GenLayer Studionet.
| Action | Transaction |
|---|---|
set_forge_standard |
0xb58dbf05...5d955d |
create_idea |
0xee54b1aa...1ad7a2 |
add_source_node |
0xbc39991b...45cd8d |
add_source_github |
0x26b84eb9...b124cf |
add_milestone |
0x225a6bc2...28562b |
add_risk |
0x224efe1f...1e968b |
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.