Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZKP2P Domain Marketplace Ceremony #131

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions ceremonies/zkp2p-domain-marketplace-ceremony/p0tionConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"title": "ZKP2P Domain Marketplace Trusted Setup Ceremony",
"description": "This is a trusted setup ceremony for our new domain marketplace circuits",
"startDate": "2024-09-20T10:30:00",
"endDate": "2024-09-23T10:30:00",
"timeoutMechanismType": "FIXED",
"penalty": 3,
"circuits": [
{
"description": "ZKP2P Namecheap Push circuit",
"compiler": {
"version": "2.1.9",
"commitHash": "2eaaa6dface934356972b34cab64b25d382e59de"
},
"template": {
"source": "https://github.com/zkp2p/zk-p2p",
"commitHash": "f175c4f9d4bd02f9fbc0672f8e55e5e6a052d90c",
"paramsConfiguration": [768, 768, 121, 17]
},
"verification": {
"cfOrVm": "VM"
},
"artifacts": {
"r1csStoragePath": "https://zk-p2p.s3.amazonaws.com/v2.5/v0.2.7/namecheap_push/namecheap_push.r1cs",
"wasmStoragePath": "https://zk-p2p.s3.amazonaws.com/v2.5/v0.2.7/namecheap_push/namecheap_push.wasm"
},
"name": "ZKP2P-Namecheap-Push",
"fixedTimeWindow": 3,
"sequencePosition": 1
}
]
}