Skip to content
View kunal171's full-sized avatar

Block or report kunal171

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kunal171/README.md

πŸ‘‹ Hi, I'm Kunal

πŸ¦€ Rust & Backend Engineer Β· Blockchain Β· Smart Contracts

Building fast, type-safe systems β€” from consensus engines to chain indexers.

LinkedIn Email Profile views


πŸš€ About me

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

🧰 Tech Stack

Languages

Rust TypeScript JavaScript Solidity SQL

Blockchain

Substrate Polkadot Solana Anchor

Backend & Rust ecosystem

Tokio Actix Axum gRPC React Node.js

Data & Infra

PostgreSQL Redis Docker libp2p WebAssembly


πŸ“Œ Featured Projects

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

πŸ“Š GitHub Stats

GitHub stats Top languages

GitHub streak


⚑ Coding in Rust, shipping on-chain.

Pinned Loading

  1. solana_prediction_market solana_prediction_market Public

    TypeScript 1

  2. log_processor log_processor Public

    Different log processing Models

    Rust

  3. subdex subdex Public

    General-purpose, code-first Substrate indexer framework in Rust

    Rust 2

  4. distributed_queue distributed_queue Public

    A message broker built in Rust with TCP networking, supporting multiple producers and consumers with at-least-once delivery guarantees.

    Rust

  5. grpc_service grpc_service Public

    A task management gRPC service built in Rust with Tonic β€” unary RPCs, server streaming, and bidirectional streaming

    Rust

  6. raft_consensus raft_consensus Public

    Raft consensus implementation in Rust with load balancer

    Rust