π¦ Rust & Backend Engineer Β· Blockchain Β· Smart Contracts
Building fast, type-safe systems β from consensus engines to chain indexers.
struct Engineer {
name: &'static str,
role: &'static str,
focus: [&'static str; 4],
}
fn main() {
let me = Engineer {
name: "Kunal",
role: "Rust & Backend Engineer",
focus: ["Blockchain", "Smart Contracts", "Distributed Systems", "Type-safe APIs"],
};
println!("Coding in Rust, shipping on-chain. β‘");
}- π¦ Rust-first β distributed systems, consensus, web services, and on-chain tooling
- βοΈ Blockchain β Substrate / Polkadot indexing, Solana (Anchor) programs, Fuel/Sway
- π§© Smart contracts β NFT marketplaces, escrows, prediction markets, token listings
- π οΈ Currently building subdex β a general-purpose, code-first Substrate indexer framework in Rust
- π« Reach me: kunalkunal63@gmail.com
Languages
Blockchain
Backend & Rust ecosystem
Data & Infra
| Project | Description |
|---|---|
| π subdex | General-purpose, code-first Substrate indexer framework in Rust β resumable, reorg-safe, upgrade-correct, with a GraphQL API |
| π¨ distributed_queue | A message broker in Rust with TCP networking β multiple producers/consumers, at-least-once delivery |
| π³οΈ raft_consensus | Raft consensus implementation in Rust with a load balancer |
| π‘ grpc_service | Task-management gRPC service (Tonic) β unary, server-streaming, and bidirectional streaming |
| πΌοΈ NFT_market | NFT marketplace on Solana (Anchor) |
| π Solana_Escrow | Solana NFT marketplace using an on-chain escrow |
| π jwt-actix | JWT authentication implemented in Rust with Actix Web |
β‘ Coding in Rust, shipping on-chain.



