@api-mertering-zk/zk-proof-utils
v1.5.0
Published
Zero-knowledge proof generation and payment gateway utilities
Maintainers
Readme
@your-username/zk-proof-utils
Simple utilities for zero-knowledge proof generation and payment gateway integration.
Installation
npm install @api-metering/zk-proof-utilsUsage
import {
initializeProofSystem,
generateBatchProof,
notifyPaymentGateway
} from '@api-metering-zk/zk-proof-utils';
// Initialize once during startup
await initializeProofSystem('../noir/api_metering');
// Use in your existing code
const proofResult = await generateBatchProof({ batchData, batchId });
await notifyPaymentGateway(paymentData, paymentGatewayUrl);License
MIT
