https://github.com/smartcontractkit/chainlink-data-streams-solana
Repository for Data Streams Solana (SVM) Related Code
https://github.com/smartcontractkit/chainlink-data-streams-solana
Last synced: 3 months ago
JSON representation
Repository for Data Streams Solana (SVM) Related Code
- Host: GitHub
- URL: https://github.com/smartcontractkit/chainlink-data-streams-solana
- Owner: smartcontractkit
- License: mit
- Created: 2025-02-10T18:34:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T20:55:07.000Z (about 1 year ago)
- Last Synced: 2025-06-07T15:06:54.485Z (12 months ago)
- Language: Rust
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-svm - GitHub
README
# Chainlink Data Streams Solana
This repo contains the on-chain programs + utilities for Chainlink Data Streams on Solana.
## Programs
### Verifier
The on-chain program used to verify data streams DON reports. For more information see the [verifier program documentation](programs/verifier/README.md).
## Developing
This project uses the below tools:
```text
solana-cli 1.18.26
anchor 0.29.0
rustc 1.82.0
```
## Generate Go bindings
Generate the bindings if contract interface is changed
```bash
go install github.com/gagliardetto/anchor-go@v0.3.1
./client/scripts/anchor-go-gen.sh``
```