add(README): worldcoin client implementation links

This commit is contained in:
dcbuilder.eth
2022-10-10 13:53:15 -05:00
parent 00a44d5276
commit afe2effb2d

View File

@@ -28,7 +28,10 @@ The best place to follow along is the KZG Ceremony channel in the Ethereum R&D D
- [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf)
## Client Implementations
- [Small powers of Tau](https://github.com/crate-crypto/small-powers-of-tau) (Rust)
- [Worldcoin](https://github.com/worldcoin/kzg-ceremony-client) (client - WIP)
- [WASM contribution code](https://github.com/worldcoin/kzg-ceremony-participant) (Rust)
## Other Documentation