/zk-tools

Zk Tools - Useful tools for developing using zero knowledge proofs, solidity (EVM)

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

ZK-Block - Boilerplate & Tools for ZK Dapps

Website- zkblock

This repository is part of zkblock. If you want to add more tools please create a pr with tools details in data/tool.ts

Run locally

git clone https://github.com/heypran/zk-tools.git

cd zk-tools

yarn install

Then, you can run locally in development mode with live reload:

yarn dev

Open http://localhost:3000 in the browser.

Contributions

Everyone is welcome to contribute to this project.

  • Add more zk tools or web3 tools including testing libraries, new zk paradigms
  • Improve the site's codebase
  • Discuss ideas in issues
  • Improve documentation