iden3/snarkjs
zkSNARK implementation in JavaScript & WASM observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 36
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 465
- age_days: 2946
- days_rel: 219
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
2036 stars · 483 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript and pure WebAssembly implementation of zkSNARK schemes including Groth16, PLONK, and FFLONK. It provides all tooling for generating and verifying zero-knowledge proofs and running multi-party trusted setup ceremonies, working in Node.js and the browser.
Use cases
- generate and verify zkSNARK proofs from circom circuits
- run a multi-party trusted setup ceremony for a zk circuit
- prove statements in zero knowledge for an Ethereum dapp
- verify zero-knowledge proofs in the browser
- participate in a powers of tau ceremony
- compile and prove circuits with Groth16 or PLONK
When to choose
- you need a pure JavaScript/WASM zkSNARK toolkit without native dependencies
- you are building zero-knowledge applications on Ethereum or other chains
- you need to orchestrate phase 1 or phase 2 trusted setup ceremonies
- you want proofs generated in Node.js or directly in the browser
When to avoid
- you need maximum proving performance from native GPU or Rust implementations
- your project requires a permissive license (snarkjs is GPL-3.0)
- you need zk-STARKs or schemes outside Groth16/PLONK/FFLONK
- you are not working with circom-compiled circuits
Facets
library · maturity active
cryptography cli sdk blockchain developer-tools security browser wasm cli cross-platform zksnark zero-knowledge-proofs groth16 plonk fflonk circom trusted-setup powers-of-tau ethereum wasm cryptography nodejs
2 sources
- readme: https://github.com/iden3/snarkjs · fetched 2026-08-28 · 8bc5658a95f2
- registry_npm: https://registry.npmjs.org/snarkjs · fetched 2026-08-29 · a71ecadc5691
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| iden3/snarkjs | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem