From 8db9a024e82b8f03ccd983cba510f85b5fab05cf Mon Sep 17 00:00:00 2001 From: "dcbuilder.eth" Date: Mon, 10 Oct 2022 13:58:38 -0500 Subject: [PATCH] add(README): add KZG ceremony sequencer implementation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a0101..aa1f72e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D ## KZG Ceremony - [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change) -- [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs) +- [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs) +- [KZG ceremony sequencer implementation](https://github.com/ethereum/kzg-ceremony-sequencer) (Rust) - [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf) ## Client Implementations