UNPKG

@chainwayxyz/phase2cli

Version:

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

7 lines (6 loc) 110 B
#!/usr/bin/env node /** * Clean command. */ declare const clean: () => Promise<void>; export default clean;