Skip to content
View moeenali01's full-sized avatar

Highlights

  • Pro

Block or report moeenali01

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


     



Typing SVG


> whoami

use anchor_lang::prelude::*;

#[account]
pub struct MoinShahid {
    pub name:     &'static str,
    pub role:     &'static str,
    pub company:  &'static str,
    pub location: &'static str,
    pub chains:   Vec<&'static str>,
    pub focus:    Vec<&'static str>,
}

impl MoinShahid {
    pub fn init() -> Self {
        Self {
            name:     "Moin Shahid",
            role:     "Blockchain Engineer",
            company:  "Webevis Technologies",
            location: "Lahore, Pakistan",
            chains: vec![
                "Ethereum", "Solana",
                "EVM Chains", "Layer 2",
            ],
            focus: vec![
                "DeFi Protocols",   "Oracle Systems",
                "Smart Contracts",  "Gasless Transactions",
                "Merkle Proofs",    "EIP Standards",
            ],
        }
    }

    pub fn mission(&self) -> &str {
        "Secure, scalable, decentralized."
    }
}

> status

🟢  At          : Webevis Technologies
🟡  Role        : Blockchain Developer
🟣  Ecosystems  : EVM + Solana
⚡  Specialty   : DeFi & Oracle Systems
🔐  Approach    : Security-First Architecture
📍  Location    : Lahore, Punjab, PK

> core_stack

[languages]
solidity   = "Smart Contracts / EVM / EIPs"
rust       = "Solana Programs / Systems"
javascript = "dApp Integration / Web3"

[frameworks]
anchor     = "Solana Programs"
foundry    = "EVM Testing & Deployment"
open_zeppelin = "Contract Standards"

[oracles]
chainlink  = "Ethereum Price Feeds"
pyth       = "Solana Price Feeds"

╔════════════════════════════════════════════════════════════╗
║           ◈   PROGRAMMING   LANGUAGES   ◈                 ║
╚════════════════════════════════════════════════════════════╝



Language Domain
 Solidity EVM Smart Contracts  ·  DeFi Protocols  ·  EIP Standards
 Rust Solana Programs  ·  Anchor Framework  ·  Systems Programming
 JavaScript dApp Integration  ·  Web3 Libraries  ·  Tooling

╔════════════════════════════════════════════════════════════╗
║           ◈   BLOCKCHAIN   TECHNOLOGIES   ◈               ║
╚════════════════════════════════════════════════════════════╝

⬡  Chains & Ecosystems

Ethereum Solana EVM Layer2


⬡  DeFi & Finance Primitives

DeFi Stablecoins Oracles TWAP Liquidations Vesting


⬡  Token Standards & Governance

ERC20 ERC721 ERC1155 DAOs MultiSig

⬡  EIP Standards

EIP712 EIP2612 EIP1271 EIP1967 EIP4337 EIP2771


⬡  Cryptographic Primitives

MerkleProofs SigVerification ECDSA Keccak CommitReveal


⬡  Gasless Transactions

Gasless MetaTx Relayers Forwarders Permit


Stake-Weighted Aggregation  ·  Over-Collateralization Logic  ·  Cross-Chain Price Feeds  ·  Permissioned Consensus  ·  O(1) On-chain Storage


╔════════════════════════════════════════════════════════════╗
║             ◈   TOOLS   &   FRAMEWORKS   ◈                ║
╚════════════════════════════════════════════════════════════╝

⚗️  Testing & Dev 🏗️  Frameworks 🌐  Web3 Libraries 🔧  Infrastructure

Foundry Bankrun Remix Ganache

Anchor OpenZeppelin Chainlink Pyth

Ethers Web3 IPFS

Geth Quorum Raft PoW


╔════════════════════════════════════════════════════════════╗
║               ◈   WORK   EXPERIENCE   ◈                   ║
╚════════════════════════════════════════════════════════════╝

🏢  Webevis Technologies

Blockchain Developer  · 


▸  Smart contract development & deployment
   on EVM chains using Solidity

▸  Security-first: reentrancy guards, access
   control, gas optimization throughout

▸  Comprehensive Foundry test suites to
   surface vulnerabilities pre-deployment

▸  Frontend collaboration to integrate
   blockchain functionality end-to-end

🏢  Dafi Labs

Blockchain Developer Intern  · 


▸  Multi-node private blockchain on Geth
   & Go Quorum (Raft + PoW consensus)

▸  Smart contract development & testing
   across EVM-based blockchains

▸  Built custom block explorer for real-time
   block & transaction visibility

▸  Deepened expertise in consensus design
   and distributed systems architecture

╔════════════════════════════════════════════════════════════╗
║                   ◈   CONNECT   ◈                         ║
╚════════════════════════════════════════════════════════════╝

     

Pinned Loading

  1. Algorithmic-Stablecoin-Protocol-on-Solana Algorithmic-Stablecoin-Protocol-on-Solana Public

    SolStable is a decentralized algorithmic stablecoin protocol built on the Solana blockchain. Users can deposit SOL as collateral to mint USD-pegged stablecoins. The protocol uses Pyth Network for r…

    TypeScript

  2. Decentralized-Oracle-Publisher-Bot Decentralized-Oracle-Publisher-Bot Public

    The Oracle Publisher Bot is an autonomous system designed to fetch cryptocurrency prices from multiple trusted data sources, aggregate them using statistical methods, and publish to the Solana bloc…

    TypeScript

  3. Decentralized-Stablecoin-DSC-Protocol Decentralized-Stablecoin-DSC-Protocol Public

    Decentralized Stable Coin is a robust, elegantly engineered DeFi protocol that brings the power of exogenous, crypto-collateralized, algorithmically stable money to the Ethereum ecosystem. Inspired…

    Solidity

  4. Gasless-Merkle-Airdrops Gasless-Merkle-Airdrops Public

    A gas-efficient ERC20 token airdrop system powered by Merkle proofs and EIP-712 typed signatures.

    Solidity

  5. Merkle-Vesting-Protocol-with-Multi-Sig-Governance Merkle-Vesting-Protocol-with-Multi-Sig-Governance Public

    Merkle Vesting Protocol is a production-ready, gas-efficient token vesting solution built on Solana. It leverages Merkle tree cryptography to enable scalable token distributions to thousands of ben…

    Rust 1