From 30c0aa7a67ddda5612604d4c97f19e81899bb018 Mon Sep 17 00:00:00 2001 From: Eran Tromer Date: Thu, 28 Jul 2016 17:11:08 -0400 Subject: [PATCH] README.md: add refs to blogpost and slides, tweak title --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62f6182..606a4c5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# (Baby) Zerocash over Ethereum +# Baby ZoE - first step towards Zerocash over Ethereum -We've changed Parity to support a snark precompile: https://github.com/gancherj/parity/commit/b820abf755e216ccf24640549735412ec02dac62 +* We've changed Parity to support a snark precompile: https://github.com/gancherj/parity/commit/b820abf755e216ccf24640549735412ec02dac62 -We've created an Ethereum contract: `zoe/contract/` - -We've implemented a primitive mixing circuit: https://github.com/ebfull/hackishlibsnarkbindings and bindings to libsnark for SNARK verification in Rust. +* We've created an Ethereum contract: `zoe/contract/` +* We've implemented a primitive mixing circuit: https://github.com/ebfull/hackishlibsnarkbindings and bindings to libsnark for SNARK verification in Rust. +For more details, see our [blog post](https://z.cash/blog/zksnarks-in-ethereum.html) and presentation slides (in [PDF](talks/2016-07-27-IC3---SNARKs-for-Ethereum.pdf) or [OpenDocument Presentation](talks/2016-07-27-IC3---SNARKs-for-Ethereum.odp) format).