Generate Payment Key Pair
cardano_key_generate_paymentCreate a Cardano payment signing and verification key pair by specifying output file paths for both keys, enabling transaction signing and verification.
Instructions
Generate a payment signing and verification key pair.
Args:
signing_key_file (string): Output path for the signing key
verification_key_file (string): Output path for the verification key
Returns: Confirmation that keys were generated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signing_key_file | Yes | Output path for the signing key | |
| verification_key_file | Yes | Output path for the verification key |