From 74cba4a2157c559dbd2a01a84eb59825feea8bad Mon Sep 17 00:00:00 2001 From: tronch0 <32448470+tronch0@users.noreply.github.com> Date: Thu, 20 Jun 2019 15:32:39 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0e2c9e..c2085a9 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,24 @@ live demo: https://qed-it.github.io/zkinterface-wasm-demo (hosted @ https://gith the code for the demo can be found at [/demo](https://github.com/QED-it/zkinterface-wasm/tree/master/demo) ## Progress Tracker: -| System | ZK-Interface support | wasm supports | Demo integration | -|--------------------|-----------------------|--------------------|--------------------| -| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Bulletproof | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Zokrates | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| | | | | +| System | ZK-Interface support | WebAssembly supports | Demo integration | +|--------------------|-----------------------|---------------------------|--------------------| +| Bellman | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Bulletproof | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Zokrates | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| websnark | | | | ## How to contribue: +Every system (frontend/backend) that supports Zk-Interface have 2 main stages and an optional final stage. + +### Stage 1: +Implememnt Zk-Interface support inside the system. + +### Stage 2: +Add Support for WebAssembly + +### Stage 3: +Integrate the compiled wasm to the demo and witness the magic. + + From 8d1faedb9d2154ad06ad19506138859c559a61fd Mon Sep 17 00:00:00 2001 From: tronch0 <32448470+tronch0@users.noreply.github.com> Date: Thu, 20 Jun 2019 15:33:27 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2085a9..fff77aa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ the code for the demo can be found at [/demo](https://github.com/QED-it/zkinterf ## How to contribue: -Every system (frontend/backend) that supports Zk-Interface have 2 main stages and an optional final stage. +Every system (frontend/backend) that supports Zk-Interface have 2 main stages and another optional final stage. ### Stage 1: Implememnt Zk-Interface support inside the system. From 75eaab00bd0224191c84dd4357f8ea2046465fc9 Mon Sep 17 00:00:00 2001 From: tronch0 <32448470+tronch0@users.noreply.github.com> Date: Thu, 20 Jun 2019 15:34:34 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fff77aa..7ffeef6 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ live demo: https://qed-it.github.io/zkinterface-wasm-demo (hosted @ https://gith the code for the demo can be found at [/demo](https://github.com/QED-it/zkinterface-wasm/tree/master/demo) ## Progress Tracker: -| System | ZK-Interface support | WebAssembly supports | Demo integration | -|--------------------|-----------------------|---------------------------|--------------------| -| Bellman | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Bulletproof | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Zokrates | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| websnark | | | | +| System | ZK-Interface support | WebAssembly support | Demo integration | +|:------------------:|:---------------------:|:-------------------:|:------------------:| +| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Bulletproof | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Zokrates | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| | | | | ## How to contribue: From fa9a99a3bf6075d5dbaa6e005b2775e40891d399 Mon Sep 17 00:00:00 2001 From: tronch0 <32448470+tronch0@users.noreply.github.com> Date: Thu, 20 Jun 2019 15:34:56 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ffeef6..8713353 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ the code for the demo can be found at [/demo](https://github.com/QED-it/zkinterf ## Progress Tracker: | System | ZK-Interface support | WebAssembly support | Demo integration | |:------------------:|:---------------------:|:-------------------:|:------------------:| -| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Bellman | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Bulletproof | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Zokrates | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | | | | From 8dd9e8c3b13f65cbae9c8704fbb4d5e48e6d011a Mon Sep 17 00:00:00 2001 From: tronch0 <32448470+tronch0@users.noreply.github.com> Date: Thu, 20 Jun 2019 15:43:28 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 8713353..7344340 100644 --- a/README.md +++ b/README.md @@ -3,29 +3,8 @@ # zkinterface-wasm A zkInterface in WebAssembly +this repo is an extension of https://github.com/QED-it/zkinterface + live demo: https://qed-it.github.io/zkinterface-wasm-demo (hosted @ https://github.com/QED-it/zkinterface-wasm-demo) the code for the demo can be found at [/demo](https://github.com/QED-it/zkinterface-wasm/tree/master/demo) - -## Progress Tracker: -| System | ZK-Interface support | WebAssembly support | Demo integration | -|:------------------:|:---------------------:|:-------------------:|:------------------:| -| Bellman | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Bulletproof | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Zokrates | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| | | | | - -## How to contribue: - -Every system (frontend/backend) that supports Zk-Interface have 2 main stages and another optional final stage. - -### Stage 1: -Implememnt Zk-Interface support inside the system. - -### Stage 2: -Add Support for WebAssembly - -### Stage 3: -Integrate the compiled wasm to the demo and witness the magic. - -