zkblock started as a boilerplate for developing zk dapps using circom ( groth and plonk). But since inception, it has grown to include other tools required to develop zk and web3 dapps.
The goal of zk-block is educate and help users to develop quality zk and web3 apps. Since, the inception we have included several features to make zkblock useful for development,
You can read blog posts to learn about new features and various technical topics such as new EIPs, Transient Storage etc.
You can try our two boilerplate dapps to develop zk dapps using circom, snarks, and semaphore. It provides two basic apps for zero knowledge ( age verification, zk voting using semaphore).
https://boilerplate.zkblock.app/
You can use dev tools in the playground section to help quickly convert and debug during solidity development, such as
https://zkblock.app/playgrounds
Zk Ecosystem is new and still developing, you can find list of libraries and opensource tools in the zero knowledge ecosystem
https://zkblock.app/
You can add the zk networks developing using zeroknowledge
https://zkblock.app/zk-networks
Brief of project development history can be found here,
https://heypran.notion.site/Zk-Block-Updates-Improvements-5b1e05faa7b040de9ab8fc1dec7867dc
We are working on building a new app for the users with primar...