Skip to content

geniusyield/signing-key-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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