keyring_node

Crates.iokeyring_node
lib.rskeyring_node
version0.1.0-beta.4
sourcesrc
created_at2020-11-08 20:18:01.099844
updated_at2021-01-21 20:47:54.135593
descriptionPersonal key management server
homepage
repository
max_upload_size
id310032
size303,547
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

README

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>
Commit count: 0

cargo fmt