README.md

February 26, 2026 ยท View on GitHub


ย ๐Ÿค–โšก ย Sig - a Solana validator client written in Zig


Version Zig License Build status


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