SaaSHub helps you find the best software and product alternatives Learn more →
Snarkjs Alternatives
Similar projects and alternatives to snarkjs
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ideas-for-projects-people-would-use
Every time I have an idea, I write it down. These are a collection of my top software ideas -- problems I think enough people have that don't have solutions. I expect you can reach a decent userbase if marketed correctly, as I am surely not the only one with these problems.
-
-
-
-
-
-
-
-
-
-
-
snarkjs discussion
snarkjs reviews and mentions
-
Privacy interfaces on Soldity & zk-WASM
js/snarkjs.min.js: download this file that contains snark.js
- Interfaces con privacidad en Solidity y zk-WASM
-
Building your first ZK program on Solana
git clone https://github.com/iden3/snarkjs cd snarkjs npm ci cd ../simple-zk
-
snarkjs VS tornado-nova - a user suggested alternative
2 projects | 30 Jun 2023
-
Zero-Knowledge Proofs Using SnarkJS and Circom
The generated wasm and r1cs files are available in the build folder. To generate the proof, we need a proving key file, and to generate this file, we need a ptau file. This ptau file can be generated by snarkjs, or you can download a pregenerated one (you can find the links in the snarkjs repo). For testing, the generated one is good for us, but in your production app, it’s recommended to do the ceremony and generate your own ptau file. (You can read about it in my previous article.)
-
ZKu Week 1: Introduction to ZKP
Their goal was to teach how to use Circom to build zero-knowledge circuits and SnarkJS to compile them into solidity smart contracts.
-
Side Project Ideas for 70 Apps That Don't Exist, that People Would Actually Use (New: $100 Bounties Each!)
Oh yeah, this is a known issue with windows; it's perfect on Mac. Do the steps here resolve it: https://github.com/iden3/snarkjs/issues/57 ?
-
Show HN: Simple Zero-Knowledge Proof Treasure Hunt Game
The project mentions that it uses snarkjs and I thought I'd link it directy here. [1] What's interesting in the setup of systems like this one is the "Powers of Tau" ceremony which in decentralized manner (secure multi-party computation) avoid the "trusted setup" problem in non-interactive variants of zero knowledge proof systems like this one. [2]
[1] https://github.com/iden3/snarkjs
[2] https://github.com/ebfull/powersoftau
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Oct 2024
Stats
iden3/snarkjs is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of snarkjs is JavaScript.