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/