Sig is a Solana validator client implemented in Zig. Read the introductory blog post for more about the goals of this project.
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/