https://github.com/tinydancer-io/barracuda
https://github.com/tinydancer-io/barracuda
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinydancer-io/barracuda
- Owner: tinydancer-io
- License: other
- Created: 2023-08-22T12:00:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T10:40:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T20:11:56.595Z (5 months ago)
- Language: Rust
- Size: 111 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barracuda
A parallel-network of solana validators serving light clients on Solana.It comprises of the on-chain contracts, the plugin and the p2p network.
The initial goal is that the stake can have consensus over transaction receipts in a block that light clients can verify with minimal effort. The eventual goal is to expand it to a DA layer on solana that is immune to erasure fraud and supports DAS at a block level.
## Credits
We are using the [jito-geyser-protos](https://github.com/jito-foundation/geyser-grpc-plugin) included in the `protos` folder built by the jito-labs team, we are grateful to their work and thank them for allowing us to use it.