Generate VRF Key Pair
cardano_stake_pool_vrf_key_genGenerate a Cardano stake pool VRF key pair, writing the verification key and signing key to the specified output paths.
Instructions
Generate a VRF (Verifiable Random Function) key pair for a stake pool.
Args:
verification_key_file (string): Output path for the VRF verification key
signing_key_file (string): Output path for the VRF signing key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signing_key_file | Yes | Output path for the VRF signing key | |
| verification_key_file | Yes | Output path for the VRF verification key |