LIVE ON OWN CHAIN TESTNET
Mint.
The V2 drop is deployed and verified. Mint against the live contract — supply, price, wallet caps and the reveal state are read directly onchain, right here.
The reveal secret is committed before sale. The final seed is derived onchain after the secret is disclosed.
Fair reveal, fully onchain
- Commit — the collection owner commits a secret
keccak256before the sale (visible onchain). - Mint — buyers mint against the public price; a protocol fee is split by the FeeRouter.
- Reveal — the secret is disclosed and the final seed is derived onchain.
- Verify — tokenURI + previewSvg are deterministic for every holder; anyone can reproduce the art.
No offchain server is involved at any step — the SVG lives in token metadata, generated onchain.