vlsd 0.14.0-rc.2

A Lightning signer that connects to the node using a gRPC protocol
Documentation
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure()
        .build_server(true)
        .compile_protos(&["src/grpc/hsmd.proto"], &["src/grpc"])?;
    Ok(())
}