Rakib M. Hossain

Backend & Web3 Developer

I build scalable APIs, blockchain systems, and smart contract integrations with Python and Node.js.

PythonNode.jsFastAPISolidityWeb3PostgreSQLRedisDockerTypeScriptReact

Selected Projects

Certificate in Web3
Certificate in Web3

A production-grade blockchain certificate management system with FastAPI, Ethereum wallet authentication, Polygon smart contracts for immutable on-chain storage, Storj cloud uploads, and automated email delivery.

PythonFastAPIPolygonSolidityDocker
cTrip
cTrip

A multi-chain crypto payment gateway built with FastAPI: block scanning for automatic detection, deterministic HKDF deposit addresses, HMAC-signed webhooks, Redis-backed ARQ workers, and an admin console — all deployed via Docker Compose.

PythonFastAPIRedisPostgreSQLDockerWeb3
SafeTea Wallet
SafeTea Wallet

A minimal, gas-efficient multi-signature wallet with on-chain proposal and confirmation workflows for managing ETH and ERC20 assets across multiple owners.

SolidityFoundryReactWagmiEthereum
Uniswap MCP Server

from fastmcp import FastMCP

# Uniswap V2 & V3 on-chain MCP server

mcp = FastMCP("uniswap")

@mcp.tool()

async def get_token_price(token_address: str):

"""Get real-time USD price from V3 pools"""

@mcp.tool()

async def execute_swap(token_in, token_out, amount):

...

Uniswap MCP Server

A Model Context Protocol (MCP) server that gives AI agents live Uniswap V2 and V3 access — token prices, pool states, swap quotes, and on-chain execution — exposed as tools, resources, and prompts with a 204-test offline suite.

PythonMCPFastMCPUniswapWeb3
OmniToken
OmniToken

A LayerZero V2 OFT cross-chain token deployed on Ethereum, Optimism, Arbitrum, and Base Sepolia — with trusted-peer configuration, a fixed-rate token sale contract, and a bridge + buy Web3 frontend.

SolidityLayerZeroFoundryReactTypeScript
LocalScan
LocalScan

A lightweight EVM blockchain indexer and explorer that runs entirely on your machine. Connect to any EVM-compatible node and start indexing blocks and transactions in real time into a local SQLite database.

PythonFastAPISQLiteweb3.py
Coffee Chain
Coffee Chain

A decentralized Ethereum tipping platform where supporters tip creators with ETH and attach on-chain messages — with creator registration, paginated memo feeds, and a Next.js frontend deployed on Sepolia.

SolidityFoundryNext.jsEthereumWagmi
MonoDEX
MonoDEX

A constant-product AMM built from scratch — pair creation, liquidity pools, and single-hop swaps with native ETH support — deployed on Sepolia with a full swap and pool interface.

SolidityFoundryReactViteTypeScript

Work Experience

Writing

cTrip — Building a Multi-Chain Crypto Payment Gateway with FastAPI

How I built cTrip, a production-style crypto payment gateway with block scanning, deterministic HKDF deposit addresses, HMAC-signed webhooks, and Redis-backed ARQ workers deployed with Docker.

Aug 2026
MonoDEX — Building a Constant-Product AMM from Scratch

How I built MonoDEX, a Uniswap-style constant-product AMM with pair creation, liquidity pools, and native ETH swaps, deployed live on Sepolia with a full swap and pool interface.

Aug 2026
OmniToken — A Cross-Chain Token with LayerZero V2 OFT

How I built OmniToken, a LayerZero V2 OFT cross-chain token deployed on Ethereum, Optimism, Arbitrum, and Base Sepolia, with a token sale contract and a bridge + buy Web3 frontend.

Aug 2026
Coffee Chain — A Decentralized Tipping Platform on Ethereum

How I built Coffee Chain, a decentralized platform where supporters tip creators with ETH and attach messages through transparent on-chain smart contracts, with a full Next.js frontend.

Aug 2026
Uniswap MCP Server — Giving AI Agents Direct Access to On-Chain Data

How I built an MCP server that exposes Uniswap V2 and V3 data, quotes, and swap execution as tools, resources, and prompts for AI agents.

Aug 2026
Certificate in Web3 — Blockchain-Verified Certificate Management with FastAPI

How I built a production-grade certificate management system with FastAPI, Ethereum wallet auth, Polygon smart contracts for immutable on-chain hashing, Storj storage, and automated email delivery.

Jan 2025
SafeTea Wallet — Building a Minimal Multisig Wallet in Solidity

How I built SafeTea, a gas-efficient multi-signature wallet with on-chain proposal workflows, owner governance, and a React + Wagmi frontend.

Mar 2026
LocalScan — A Lightweight EVM Blockchain Indexer That Runs on Your Machine

A lightweight EVM blockchain indexer and explorer built with Python + FastAPI, designed for local development with Anvil, Hardhat, and any EVM node.

Feb 2026

Open Source

Get in touch

Have a project in mind? Drop me a message.

Connect