Keygen

Table of Contents

🔗 GitHub URL

Overview

This is a simple tool to generate key pairs (xPub, xPriv) for use with the SPV Wallet. It is a command line tool that can be used to generate keys for use with the SPV Wallet.

Usage

Running Locally in command line

To use the tool, simply run the following command:

go run main.go

and it will generate a new key pair for you stored in two files: xpub_key.txt and xpriv_key.txt.

Running in Docker

Alternatively, you can generate a key pair by using this tool in a Docker container. To do so, run the following command:

docker compose up -d

Example

Last updated