@devtion/devcli
Version:
All-in-one interactive command-line for interfacing with zkSNARK Phase 2 Trusted Setup ceremonies
8 lines (7 loc) • 395 B
TypeScript
/**
* Auth command using Sign In With Ethereum
* @notice The auth command allows a user to make the association of their Ethereum account with the CLI by leveraging SIWE as an authentication mechanism.
* @dev Under the hood, the command handles a manual Device Flow following the guidelines in the SIWE documentation.
*/
declare const authSIWE: () => Promise<void>;
export default authSIWE;