Crates.io | keyring_node |
lib.rs | keyring_node |
version | 0.1.0-beta.4 |
source | src |
created_at | 2020-11-08 20:18:01.099844 |
updated_at | 2021-01-21 20:47:54.135593 |
description | Personal key management server |
homepage | |
repository | |
max_upload_size | |
id | 310032 |
size | 303,547 |
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>