yellowstone-shield-client 0.8.0

A generated Rust library for the Blocklist program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust client

A generated Rust library for the Shield program.

```bash
cargo add yellowstone-shield-client
```

## Getting started

To build and test your Rust client from the root of the repository, you may use the following command.

```sh
pnpm clients:js:test
```

This will start a new local validator, if one is not already running, and run the tests for your Rust client.