Projects

Building robust systems that scale

X402 Rust Template

Built production-ready HTTP payment protocol implementation enabling pay-per-request API monetization using x402 standard on Solana blockchain. Designed modular architecture supporting multiple Rust web frameworks (Axum, Actix-web, Rocket) with payment verification, transaction handling, and settlement logic. Implemented complete payment flow including HTTP 402 responses, transaction verification, and facilitator integration with comprehensive error handling and CORS support.

RustSolanaAxumActix-webRocketHTTP 402

Custom Authentication Server

Developed a secure authentication backend for verifying user identities and managing sessions using Biscuit tokens. Integrated SQL database connectivity via Diesel for efficient data storage and retrieval.

RustHyperDieselSQLBiscuit Tokens

Free Transaction (Gasless Blockchain)

Designed novel blockchain economic model enabling gasless transactions through credit-based system developed during Polkadot Blockchain Academy program. Implemented stake-based credit accumulation mechanism where users earn transaction credits by staking cryptocurrency. Developed complete runtime logic including credit calculation, transaction validation, and state transitions.

RustSubstrateBlockchainPolkadot

auth-middleware-pkg

Developed open-source authentication middleware library for Rust web frameworks (Axum, Actix-web), providing plug-and-play session management and authorization patterns. Designed modular architecture supporting multiple authentication strategies including JWT, session-based, and token-based authentication. Published as Rust crate with comprehensive documentation and examples for community adoption.

RustAxumActix-webJWT