UNPKG

@chainwayxyz/phase2cli

Version:

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

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