Go to file
Cassandra Heart d43a4aeac8
Merge pull request #5 from QuilibriumNetwork/status-codes
handle non-200 status codes
2023-04-19 23:17:49 -05:00
ec/bls48581 Initial commit of CLI client 2023-04-15 00:05:26 -04:00
feldman Initial commit of CLI client 2023-04-15 00:05:26 -04:00
.gitignore Update .gitignore 2023-04-17 21:16:36 -04:00
basis.json Initial commit of CLI client 2023-04-15 00:05:26 -04:00
bootstrap.go handle non-200 status codes 2023-04-19 21:23:27 -05:00
Dockerfile QOL updates 2023-04-17 00:54:06 -04:00
go.mod Added support for transcript verification and voucher inclusion checks 2023-04-18 21:53:45 -05:00
go.sum Added support for transcript verification and voucher inclusion checks 2023-04-18 21:53:45 -05:00
main.go handle non-200 status codes 2023-04-19 21:23:27 -05:00
Makefile Requested changes 2023-04-17 21:16:00 -04:00
quil_voucher.hex Update quil_voucher.hex 2023-04-17 21:17:39 -04:00
README.md Added support for transcript verification and voucher inclusion checks 2023-04-18 21:53:45 -05:00

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.