Simple, Intuitive API
Voltaire’s API mirrors Ethereum specifications:What’s Included
Highly Customizable JSON-RPC Provider
Type-Safe and Feature-Full Ethereum Primitives
High Performance Cryptography
Advanced Bytecode and EVM Capabilities
ENS (Ethereum Name Service)
Sign-in with Ethereum
What’s Unique?
- Branded Types - Runtime-validated TypeScript types. Prevents passing hex strings where addresses are expected, address casing errors, and type confusion.
- High-Performance - Optimized implementations balancing performance and bundle size. For example, Keccak256 is both faster and smaller than pure JavaScript alternatives.
- LLM-Optimized - API mirrors the Ethereum specification. Lots of time has been put into polishing the MCP server and llms.txt along with the docs themselves.
- Multiplatform - Works everywhere: TypeScript in Node.js, browsers, serverless, and any language with C-FFI support. Consistent API across TypeScript, Zig, and C-FFI environments.
- Skills - Higher-level abstractions as copyable implementations, not rigid library exports. Like shadcn/ui for Ethereum—copy a provider, contract wrapper, or React integration into your codebase and customize it for your needs.

