Generate Address Key Pair
cardano_address_key_genGenerate a Cardano payment address key pair, producing a verification key and a signing key, and save each to specified output file paths for signing transactions.
Instructions
Generate a payment address key pair (verification key and signing key).
Args:
verification_key_file (string): Output path for the verification key
signing_key_file (string): Output path for the signing 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 |