Main Development
The Ziglana repository can be found at GitHub, where we also host the issue tracker and discuss proposals. Contributors are expected to follow Ziglana's Code of Conduct.
High-performance blockchain applications combining Zig's safety and speed with Solana's scalability. Zero-copy networking. SIMD acceleration. Native eBPF support.
Leverage Zig's unique strengths for blockchain development
Unleash Zig's performance on Solana. Compete with C/C++ while maintaining memory safety and readable code.
Run AI inference directly on Solana. Integrate ML models with zero-copy data flow and minimal overhead.
Use Zig's comptime for verified crypto. Zero-runtime-overhead cryptographic operations.
Develop and deploy SBF programs with Zig. Type-safe smart contracts with compile-time verification.
Build high-performance P2P systems. Leverage Zig's explicit memory model for optimal networking.
Accelerate demanding computations. Fine-grained SIMD control with Zig's inline assembly.
Write type-safe programs for the fastest blockchain
Begin your journey with Ziglana
Download Zig 0.15.0 or later from the official website.
$ zig version
0.15.0
Get the Ziglana framework and examples.
$ git clone https://github.com/ziglana/ziglana
$ cd ziglana
Compile and deploy your first Solana program.
$ zig build --release-small
$ solana program deploy zig-out/program.so