The merkle SDK is a great way to access our products.
Add the following to your cargo.toml file:
toml
[dependencies]
merkle-sdk = { git = "git@github.com:merkle3/merkle-sdk-rs.git" }
Examples are organized into individual crates under the /examples
folder.
You can run any of the examples by executing:
```bash
cargo run -p examples-transactions --example transactions ```
Get an API key for free at mbs.merkle.io.
```rust use merkle_sdk::prelude::Connection; use futures::StreamExt;
async fn main() {
let apikey = "