sbv2-solana/libraries/README.md

11 lines
866 B
Markdown
Raw Normal View History

2022-05-20 15:45:42 -07:00
# Sbv2 Libraries
2022-05-27 10:00:25 -07:00
| Package | Description |
| ------------------------------------ | -------------------------------------------------------------- |
| [Protobufs](./protos) | Protocol buffers used by the oracle to fetch and publish data. |
| [Typescript](./ts) | Typescript client to interact with Switchboard V2. |
| [Typescript **_Lite_**](./sbv2-lite) | Typescript "Lite" client to deserialize aggregator accounts |
| [Sbv2 Utils](./sbv2-utils) | Typescript library with helpful utility functions |
| [Python](./py) | Python client to interact with Switchboard V2. |
| [Rust](./rs) | Rust client to interact with Switchboard V2. |