Vertex Protocol Rust SDK
This is the Rust SDK for the Vertex Protocol API.
Installation
Add the following line to your Cargo.toml file:
[]
= "0.1.2"
Usage
See the examples and sanity directories.
Running locally
Run sanity checks
cargo run -- --execute-sanity: runs sanity checks for executes.cargo run -- --query-sanity: runs sanity checks for engine queries.cargo run -- --indexer-sanity: runs sanity checks for indexer queries.