
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@lightprotocol/prover.js
Advanced tools
Circom generic prover sdk offering precompile errors for proofInputs as well as parsed publicInputs & proof for private solana programs
prover.js offers swift access to circom circuits' inputs that makes implementing zk cryptography with Circom and SnarkJS more straight-forward:
pnpm install
to install the dependencies.
pnpm test
to run prover class test.
import { verifierIdl } from "../project_name/target/types/project_name.ts";
import { ProofInputs, ParsedPublicInputs } from "generics";
let proofInputs: ProofInputs<typeof verifierIdl, "circuitName">;
// click "ctrl + space" after the . to open a small window with all inputs and their assigned types
// any input name or type non-compliance will provoke a precompile error
proofInputs.proofInputs = {
input1: ["12343", "343563"],
input2: "13415144135145",
inputn: [
["1", "0"],
["0", "1"],
],
};
FAQs
Circom generic prover sdk offering precompile errors for proofInputs as well as parsed publicInputs & proof for private solana programs
The npm package @lightprotocol/prover.js receives a total of 2 weekly downloads. As such, @lightprotocol/prover.js popularity was classified as not popular.
We found that @lightprotocol/prover.js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.