barryWhiteHat / libsnark-tutorial

A zkSNARK tutorial and development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsnark-ethereum-tutorial

Ethereum Wrapper libsnark zksnarks

build instructions:

See https://github.com/howardwu/libsnark-tutorial#build-guide for build instructions

After building libsnark cd snarkWrapper and npm install

Deploy contract:

To deploy contract cd ./snarkWrapper and run node deploy.js

To rebuild zksnark_element:

cd ./zksnark_element and run ../build/src/main this will create vk.json and proof.json which are used by the sample contract.

About

A zkSNARK tutorial and development environment

License:Other


Languages

Language:C++ 91.6%Language:CMake 8.4%