Blog
← BackChainFusion: A Professional-Grade DEX Triangular Arbitrage System in Rust
2026-01-10
A deep dive into building a production triangular arbitrage system with flash loans, MEV protection, and multi-chain support in Rust.
rustdefiarbitrageflashloanmevuniswap
ZPay Enterprise: Building a Privacy-First Web3 Wallet with Rust and Zcash Orchard
2025-12-15
A deep dive into building an enterprise-grade multi-chain wallet with Zcash shielded transactions, Halo 2 zero-knowledge proofs, and Rust.
rustweb3zcashprivacyhalo2wallet
Building a High-Performance DEX SDK in Rust: Lighter DEX Integration
2025-11-20
Designing a pure-Rust SDK for the Lighter DEX with zero-knowledge cryptographic signing, async WebSocket streams, and thread-safe nonce management.
rustdexsdkwebsocketcryptographytokio
Building a DEX SDK with Rust and WebSocket
2025-03-01
How I built a high-performance Rust SDK for interacting with decentralized exchanges using async WebSocket connections.
RustWeb3DEXWebSocket