lightning-storage-server 0.2.0

A library for implementing a Lightning signer, which externalizes and secures cryptographic operations.
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure().build_server(true).compile(&["proto/lss.proto"], &["proto"])?;
    Ok(())
}