quartz-proto 0.5.1

Protobuf types defining the Quartz handshake to initialize connection between a smart contract and trusted execution environment.
Documentation
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure()
        .out_dir("src/prost")
        .compile_protos(&["proto/quartz.proto"], &["proto"])?;
    Ok(())
}