UNPKG

@chainwayxyz/phase2cli

Version:

All-in-one interactive command-line for interfacing with zkSNARK Phase 2 Trusted Setup ceremonies

9 lines (8 loc) 170 B
/** * Validate ceremony setup command. */ declare const validate: (cmd: { template: string; constraints?: number; }) => Promise<void>; export default validate;