op-api-sdk 0.1.0

Rust SDK for OP REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# op-api-rust-sdk examples

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.