Skip to content

bitcoin-sv/spv-wallet-admin-keygen

Repository files navigation

SPV Wallet Admin Keygen

This tool generates public and private key pairs for bitcoin-sv (SPV-Wallet) applications. The generated keys are stored in separate files (xpub_key.txt and xprv_key.txt).

Documentation

For in-depth information and guidance, please refer to the SPV Wallet Documentation.

Usage

go run main.go It will create two files:

xpub_key.txt: Contains the public key.

xprv_key.txt: Contains the private key.

Or

docker compose up -d

License

This project is licensed under the MIT License.