Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.72 KB

readme.md

File metadata and controls

48 lines (42 loc) · 1.72 KB

 🤖⚡  Sig - a Solana validator client written in Zig



Sig is a Solana validator client implemented in Zig. Read the introductory blog post for more about the goals of this project.

File Structure

src/
├─ sig.zig # library entrypoint
├─ cmd.zig # exec entrypoint
├─ tests.zig
├─ fuzz.zig
├─ benchmarks.zig
data/
├─ genesis-files/
├─ test-data/
docs/
metrics/
├─ prometheus/
├─ grafana/
├─ alloy/
├─ loki/
scripts/

Resources