Skip to content
View OmLanke's full-sized avatar

Highlights

  • Pro

Organizations

@CSI-KJSCE @Team-AATOO @SWDC-Placement

Block or report OmLanke

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
OmLanke/README.md

Typing SVG

LinkedIn Email LeetCode Codeforces


Who I Am

CS undergrad at KJSCE Mumbai. I build things end-to-end and ship them. I took an attendance platform from zero to production on Android and web, won back-to-back Web3 hackathons, and ran a national hackathon with 15,000+ registrations as General Secretary of my college's CSI chapter. TypeScript, Python, Go, Solidity, Java - I pick whatever the problem needs.

Product quality and system correctness matter to me. I care about shipping code that real people actually use.


Hackathon Wins

Hackathon Project What
Winner ETH Mumbai 2026 D3PLOY · GitHub Decentralised CI/CD: deploy to IPFS, bind to ENS, and never get de-platformed
Winner BNB Chain × YZI Labs Hack Bengaluru 2026 Ghost Privacy Suite · GitHub ZK private USDC transfers with Groth16 proofs, ERC-4337 gas sponsorship, and zero on-chain link

Featured Projects

Ghost Privacy Suite - ZK Private Transfers [Winner, BNB × YZI Labs 2026]

theghostlabs.xyz GitHub Solidity Circom ERC-4337 BNB Chain

Poseidon Merkle-tree privacy pool with Groth16 ZK proofs on BNB Chain. The interesting part: a user with zero BNB can withdraw USDC from the pool to a fresh wallet, with gas sponsored by a paymaster and settled in USDC. Depositor and recipient are cryptographically unlinkable. Full relay backend (Fastify + BullMQ), sanctions screening, ERC-4337 AA - live with verified on-chain transactions.


D3PLOY - Censorship-Resistant Hosting [Winner, ETH Mumbai 2026]

d3ploy.xyz GitHub Solidity ENS IPFS Node.js

web3deploy CLI and L2 ENS resolver. One command packs your site, pins it to IPFS/Filecoin, and updates the ENS contenthash. Subdomain issuance is gasless via ERC-3668 CCIP-Read and ENSIP-10 offchain lookup. Sites hosted this way can't be taken down by any centralised party.


3pm - npm Supply Chain Security

GitHub TypeScript Solidity Base

M-of-N multisig release authorization for npm. A single stolen token can no longer push a malicious package - publishing requires threshold EIP-712 signatures from independent co-signers, verified on-chain against the maintainer list. Consumers verify downloaded bytes against the on-chain content hash. Includes AI-assisted diff analysis before co-signers approve. Addresses the structural root cause behind event-stream, ua-parser-js, node-ipc, and xz-utils.


Absense - Attendance Intelligence Platform

Production. Android + web + admin + API.

absense.xyz GitHub Expo React Native Next.js Bun PostgreSQL

Most attendance tools just show you a percentage. Absense gives students live lecture tracking, risk signals, and a skip-scenario planner so they can make actual decisions about attendance. Ships as a full monorepo: Expo app, Next.js admin panel, Bun/Elysia API, and a marketing site. OTA JS updates and native APK delivery are both managed in-house.


zkPay - ZK-Gated P2P Lending on Base

GitHub Solidity Circom Python Base L2 The Graph

Privacy-first P2P lending for Indian micro-lending. KYC runs as Groth16 proofs generated entirely client-side, so no raw PII ever leaves the browser. AI credit scoring with LightGBM (AUC 0.845) pushes ECDSA-signed score hashes on-chain. Smart contracts enforce the full loan state machine. Non-transferable soulbound reputation token (ZKREP) awarded per outcome. DAO governance with a 48h timelock.


TicketFlow - Polyglot Microservice Platform

GitHub Java Python Kafka Kubernetes Docker

Full booking lifecycle (seat lock, payment, confirm) as a Kafka choreography saga with no central orchestrator. Database-per-service. KEDA autoscaling reacts to Kafka consumer lag. Prometheus, Grafana, Jaeger, and Loki are included out of the box. Each of the 5 services (Spring Boot, FastAPI, Bun/Elysia) uses the runtime best suited to its workload.


MeshWallet - Offline Crypto Payments over BLE

GitHub React Native TypeScript ethers.js

Bump phones to pay, no internet required. The accelerometer detects the physical bump, triggers a BLE handshake, and a signed transaction hops through nearby devices until one with connectivity broadcasts it to chain. Keys live in the OS secure enclave and packets are AES-256-GCM encrypted.


Tech Stack

Languages

TypeScript Python Go Java Solidity C++ Dart Swift

Frontend & Mobile

React Next.js React Native Expo Flutter TailwindCSS

Backend & Infrastructure

Bun Node.js FastAPI Spring Boot PostgreSQL Kafka Docker Kubernetes Cloudflare

Web3

Solidity Hardhat wagmi IPFS


GitHub Stats

 

Pinned Loading

  1. MeshWallet MeshWallet Public

    Self-custodial Ethereum wallet that routes transactions over a BLE mesh network for offline-first transfers between nearby devices.

    TypeScript

  2. nextplacement nextplacement Public

    A campus placement management platform with an admin portal to manage companies and job listings, and a student portal for browsing jobs and submitting applications. Built as a Next.js monorepo wit…

    TypeScript

  3. TicketFlow TicketFlow Public

    A cloud-native event ticketing platform built with a polyglot microservices architecture (Java, Python, TypeScript/Bun), async saga-based booking via Kafka, and a React frontend.

    TypeScript

  4. csikjsce/eventio-3.0 csikjsce/eventio-3.0 Public

    Full-stack college event management platform with role-based access for students, councils, faculty, and administrators. Features event creation, team-based registrations, fee collection, attendanc…

    TypeScript 1

  5. Arnab-Afk/BNB Arnab-Afk/BNB Public

    TypeScript 1

  6. Unchanted/3pm Unchanted/3pm Public

    HackX

    TypeScript