Skip to main content

Super Users - CLI Tool

The CLI tool provides functionality for signing and verifying messages. It also supports claiming tokens from ZEN addresses, both standard transparent and multisignature addresses. The CLI can be used directly from the command line or imported as a module into a Node.js project.

Available Commands

  • signmessage Sign a message with a ZEN private key.

  • verifymessage Verify a signed message against a ZEN address.

  • claimzenaddress Submit a claim.

  • claimmultisigaddress Submit a claim for a multisig address.

For detailed usage examples and other supported commands, refer to the GitHub README.