Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 763 Bytes

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