flow-rust-sdk 4.0.2

Flow-Rust-SDK utilizes the Flow gRPC AccessAPI to make requests on the flow blockchain.
Documentation
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/flow.proto")?;
    Ok(())
}