update intro, clean up links

This commit is contained in:
tvanepps
2022-07-27 12:00:31 -04:00
committed by GitHub
parent 62d1bfa0a6
commit 4af1b87d5f

View File

@@ -1,20 +1,23 @@
# KZG Resources # Summary
[Data availability commitments with distributed reconstruction thanks to 2d KZG commitments](https://www.youtube.com/watch?v=4L30t_6JBAg) The KZG Ceremony is an Ethereum project which will provide a cryptographic foundation for scaling initiatives like EIP-4844: Proto-Danksharding. The Ceremony is a coordinated public ritual (aka trusted setup, "Parameter Generation Event" in Zcash) which is expected to have the following characteristics:
## Context - wide ecosystem participation
- proto danksharding links - accessible: possible to participate via browser
- a meaningful narrative in a simple interface
- easy to audit transcript
## Spec The best place to follow along is the KZG Ceremony channel in the Ethereum R&D Discord: [join here](https://discord.gg/bZrptf6Est).
- https://github.com/ethereum/kzg-ceremony-specs
## Implementations ## Useful Links
- Towers of Pau - [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844)
- https://dknopik.de/ - [Proto-Danksharding FAQ](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq)
- https://devpost.com/software/towers-of-pau - [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change)
- https://github.com/dknopik/towers-of-pau - [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs)
- Rust - [Primary implementation]() (Rust)
- Javascript
## Other Implementations
- [Towers of Pau](https://dknopik.de/)
## Coordination ## Coordination
- [Contributor Identification](https://pse-team.notion.site/Contributor-Identification-bd2824138a5f446785fdd70c60684176) - [Contributor Identification](https://pse-team.notion.site/Contributor-Identification-bd2824138a5f446785fdd70c60684176)
@@ -25,3 +28,4 @@
- #1 [Agenda/Recording](https://github.com/ethereum/pm/issues/546) - June 9 2022 - #1 [Agenda/Recording](https://github.com/ethereum/pm/issues/546) - June 9 2022
- #2 [Agenda/Recording](https://github.com/ethereum/pm/issues/558) - June 23 2022 - #2 [Agenda/Recording](https://github.com/ethereum/pm/issues/558) - June 23 2022
- #3 [Agenda/Recording](https://github.com/ethereum/pm/issues/560) - July 7 2022 - #3 [Agenda/Recording](https://github.com/ethereum/pm/issues/560) - July 7 2022
- #4 [Agenda/Recording](https://github.com/ethereum/pm/issues/569) - July 21 2022