@chainwayxyz/phase2cli
Version:
All-in-one interactive command-line for interfacing with zkSNARK Phase 2 Trusted Setup ceremonies
12 lines (11 loc) • 568 B
text/typescript
export { default as setup } from "./setup.js"
export { default as auth } from "./auth.js"
export { default as authBandada } from "./authBandada.js"
export { default as authSIWE } from "./authSIWE.js"
export { default as contribute } from "./contribute.js"
export { default as observe } from "./observe.js"
export { default as finalize } from "./finalize.js"
export { default as clean } from "./clean.js"
export { default as logout } from "./logout.js"
export { default as validate } from "./validate.js"
export { default as listCeremonies } from "./listCeremonies.js"