Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 807 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 807 Bytes

Zeroknowledgeworkshop

Materials for the Hyperledger zero knowledge programming workshop

Prerequisites

Prerequisites for the workshop:

  1. Visual Studio Code https://code.visualstudio.com/download

  2. Install circom: https://docs.circom.io/getting-started/installation/#installing-circom

  3. Fabric-samples https://github.com/hyperledger/fabric-samples

Make sure you can start the test network and create a channel as it is written in fabric-samples/test-network

  1. Remix Ethereum (online browser application) https://remix.ethereum.org/

Presentations

/docs

Workshop steps

for detailed description see the actual subdirectory

helloworld circom and integration

/1_helloworld

complex circom calculation and integration

/2_modularcircom

off-chain transaction

/3_rollup