keyring_node 0.1.0-beta.4

Personal key management server
docs.rs failed to build keyring_node-0.1.0-beta.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Keyring: bitcoin key management for cypherpunks

Rust codecov AGPL licensed

Backend for private keys management and signatures

One of the real-world apps working purely on LNP P2P/RPC protocols and utilizing LNP/BP Core Library

Usage:

keyring-cli seed create
keyring-cli seed import <fingerprint>
keyring-cli seed export <fingerprint> <file>

keyring-cli xpubkey list [<fingerprint>]
keyring-cli xpubkey derive <fingerprint> <derivation_path>
keyring-cli xpubkey export <fingerprint> <file>

keyring-cli xprivkey export <fingerprint> <file>

keyring-cli sign <in_file> <out_file>