This folder contains examples of clients using the OP API Rust SDK library.
To run these examples you can use cargo:
```bash
cargo run --example <EXAMPLE_NAME> <EXAMPLE_PARAMETERS>
```
For instance you can run the accounts example with:
```bash
cargo run --example accounts <API_KEY>
```
where API_KEY is the [OP API](https://op-developer.fi) sandbox API key with
access to AccountsV3 API.