/signing-key-generator

Signing key generator utility tool

Primary LanguageShellApache License 2.0Apache-2.0

Overview

This repository contains the code for a simple utility tool to generate random payment signing keys for the Cardano Networks.

image

Usage

In order to generate a Cardano MAINNET payment signing key, use the following command:

docker run -it --rm ghcr.io/geniusyield/signing-key-generator:latest

Payment signing keys for the PREPROD TESTNET can be generated by explicitly setting the NETWORK variable to TESTNET:

docker run -it -e NETWORK=testnet --rm ghcr.io/geniusyield/signing-key-generator:latest

image