Prerequisites
- Zig: 0.15.1 or newer (matches
.minimum_zig_version) - Tooling: git (optional), a C toolchain for some crypto backends
- Knowledge: Basic Zig and Ethereum concepts
Installation
You can add Voltaire as a dependency via the Zig package manager.- zig fetch (recommended)
- Edit build.zig.zon
build.zig add the modules:
Imports
- Primitives
- Cryptography
- EVM
- JSON-RPC
Verify Installation
Learn More
Guides
Example-based educational content for Ethereum concepts
Examples
Code examples and common usage patterns
What is Voltaire?
Learn why to use Voltaire and what makes it unique
Core Concepts
Understand data-first primitives and ergonomic APIs

