mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2025-04-04 19:36:54 +00:00
| ec/bls48581 | ||
| feldman | ||
| .gitignore | ||
| basis.json | ||
| bootstrap.go | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| quil_voucher.hex | ||
| README.md | ||
ceremonyclient
KZG Ceremony client for Quilibrium.
Running
Run with go run ./... <voucher_filename> or omit the filename to write to quil_voucher.hex.
If you have docker installed you can participate in the ceremony by simply running make participate. Your voucher will be written to vouchers/.
Additional Features
Run with go run ./... verify-transcript to verify the latest state of the sequencer, or go run ./... check-voucher <voucher_filename> to verify voucher inclusion in the latest state. Please keep in mind voucher inclusions are not immediate after contribution – the current batch must be processed before it will appear, and if there was an error response from the sequencer when contributing the voucher will not be included.