onekey-solana-client-rust 0.1.1

Solana API client implementation
Documentation
1
2
3
4
5
6
7
fn main() {
    tonic_build::configure()
		.build_server(false)
		.out_dir("pb")
        .compile_protos(&["proto/server.proto"], &["proto"])
        .unwrap();
}