Skip to content

barryWhiteHat/libsnark-tutorial

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.6%
  • CMake 8.4%