sbv2-solana/libraries/README.md

11 lines
938 B
Markdown
Raw Normal View History

2022-05-20 15:45:42 -07:00
# Sbv2 Libraries
| Package | Description |
| ---------------------------------------------- | ------------------------------------------------------------- |
| [Typescript](./libraries/ts) | Typescript client to interact with Switchboard V2. |
| [Typescript **_Lite_**](./libraries/sbv2-lite) | Typescript "Lite" client to deserialize aggregator accounts |
| [Sbv2 Utils](./libraries/sbv2-utils) | Typescript library with helpful utility functions |
| [Python](./libraries/py) | Python client to interact with Switchboard V2. |
| [Rust](./libraries/rs) | Rust client to interact with Switchboard V2. |
| [CLI](./cli) | Command Line Interface (CLI) to interact with Switchboard V2. |