Imagine Hacker
Initializing Web3

Mir Mohmmad Luqman Mir Mohmmad Luqman

$Whoami
ðŸ”Ĩ Web3 Developer | ðŸĨ· Security Reasercher | âœĻ dApp Builder

Floating Logo

$ whoami

name: Mir Mohmmad Luqman
role: Web3 Developer
status: "ðŸŠī🐞ðŸĢðŸŠī Uncertified Panda Trainer"

🔍 I am a Web3 developer specializing in building secure and efficient decentralized applications. My expertise spans across the full stack of dApp development, from crafting robust smart contracts to integrating them with seamless frontends.

ðŸ›Ąïļ I'm proficient in Solidity, Foundry, Rust, and client-side technologies. I've developed multiple original projects and contributed to open-source Web3 tools.

🎓 My focus is on EVM-based development, security tools like Echidna and Certora Prover, and blockchain integrations.

I build things (innovatively):

  • 🍧 Smart Contracts & dApps
  • 🧁 Blockchain Tools
  • 🍰 Web3 Integrations
  • 🍎 Client-Side dApps
  • 🍊 Security-Focused Apps
  • ðŸĨ§ Decentralized Platforms

Nom nom nom nom nom ...ðŸŋïļ

🏆
0
Repositories
🛠ïļ
0
Contributions
⭐
0
GitHub Stars
ðŸ“Ķ
0
VS Code Downloads (Inspired)
ðŸ‘Ĩ
0
GitHub Followers
🏆
0
Following

$ build --dapps

🔐 Web3 Development

Smart Contract Development
dApp Integration
Security Auditing
Blockchain Tools

ðŸ’ŧ Languages

Solidity
Rust
TypeScript
JavaScript

🛠ïļ Tools & Libraries

Foundry
Echidna
Certora Prover
Ethers.js
Web3.js
Bankrun

ðŸŽŪ Interactive Demo

web3-dapp.sol
contract SampleDApp {
    mapping(address => uint256) public balances;

    function deposit() public payable {
        // @audit-issue: Missing access control?
        balances[msg.sender] += msg.value;
    }

    function withdraw(uint256 amount) public {
        // @audit-issue: Potential reentrancy!
        require(balances[msg.sender] >= amount, "Insufficient balance");
        (bool success,) = msg.sender.call{value: amount}("");
        require(success, "Transfer failed");
        balances[msg.sender] -= amount;
    }
}

🔍 Build Results

CRITICALReentrancy vulnerability detected!
Missing access controls

$ ~/portfolio

Raffle-Lottery

Solidity raffle lottery system

Solidity
1 star

Eco-Credit

ERC-20 token for carbon offsetting

Solidity
1 star

TimeLockedEscrow

Time-locked escrow contract

Solidity
MIT License

MEV-Protected-Auction

MEV-protected auction system

Solidity
MIT License

Chraft-IDE

Browser-based IDE for smart contracts

SvelteSolidity
4 stars, 1 fork

URGraph

Graph visualization tool

TypeScript
1 star

IqamahNow

Prayer time application

TypeScript

Mualim-AI

AI learning tool

TypeScript
1 fork

PrivateKeyTextEncryption

Text encryption using private keys

CSSJavaScript
2 stars

PravaCustos

Secure digital asset custody

HTML
1 star, 1 fork

AURA

Decentralized identity system

SolidityTypeScript
4 stars

HedberaTimer

Timer with Hedera integration

HTML

Abisar

Decentralized arbitration platform

HTML

React-1DailyCalendar

Daily calendar app

ReactHTML

DailyCalendar

Simple calendar application

HTML

Vizta

Data visualization tool

HTML

$ ~/projects.log

9+
Original Projects
2024-2025
🏆
34
GitHub Repos
Open Source
🔍
265
Contributions
Last Year
🌐
3
Followers
Community
💎
🏆

Freelance Web3 Developer

2024-2025 â€Ē 1+ Years

Developing secure dApps and smart contracts for various clients

9+ Projects Completed
dApps 5+
Tools 3+
Integrations 2+
Utilities 2+
🌐

Web3 Tool Development

2024

Built browser-based IDE combining Remix and Foundry for smart contract development

Key Features
Code Editing Testing Deployment Auditing
💰

DeFi Project Contributions

2024

Developed ERC-20 token for carbon offsetting and raffle systems

Innovative Features
Eco-Credit System Raffle Mechanics MEV Protection
🐍

Rust & Solidity Practice

2024

Hands-on projects in Rust for blockchain and advanced Solidity development

Multiple Repos
Rust-Practice-Cyfrin Foundry-Fundamentals MS-BIP39
⚡

Portfolio & Utilities

2023-2024

Created various Web3 utilities and personal portfolio

Tools
PrivateKeyTextEncryption HedberaTimer DailyCalendar
📋

Open Source Contributions

2024

Forked and contributed to projects like remix-project, sigle, flare-foundation

Enhancements
Web3 Writing Platform Developer Hub IDE Improvements
ðŸ‘Ĩ

Community Engagement

2024

Active on GitHub, X, Discord, LinkedIn, Reddit

Achievements
Galaxy Brain Badge 3 Followers

ðŸŽŊ Project Impact

ðŸ›Ąïļ

dApp Security

Built secure messaging, identity, and custody solutions

🌍

Web3 Tools

Created IDE and viewers for better development experience

🔎

DeFi Innovation

Developed eco-friendly tokens and protected auctions

⚖ïļ

Open Source

Contributed to Web3 ecosystem tools and hubs

$ ./impact-analyzer --generate-report

ðŸŽŊ Project Timeline

Original (Real)
Learning/Forks
Utilities

🌐 Featured Repos & Technologies

⛓ïļ
Blockchain
Solidity Contracts
dApps
EVM Tools
ðŸ“ą
Web Apps
React/TypeScript
Svelte
HTML/CSS
🌐
Tools & Forks
Remix Project
Sigle Platform
Developer Hub

$ ping Mir Mohmmad Luqman

Let's build dApps together! 🐞

Interested in Web3 development, smart contract building, or just want to chat about blockchain and innovation?

Imagine Hacker Imagine Hacker
Mir Mohmmad Luqman@mirmohmmadluqman.web.app:~$
Mir Mohmmad Luqman@mirmohmmadluqman.web.app:~$
Contact Me