Skip to content
View irnb's full-sized avatar
🎯
🎯

Highlights

  • Pro

Block or report irnb

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
irnb/README.md

Hi there πŸ‘‹

This is Hamid

  • πŸ”­ Software Engineer, Blockchain Researcher, EIP-7503 Author
  • β›΅ Areas of Interest: Ethereum Core Development, Censorship Resistance, Privacy, Layer 2, ZKP, DeFi
  • πŸ“« Contact: [email protected], Telegram
  • 🌐 Website: bateni.xyz shiryakhat.net

πŸ—οΈ Current Occupation

  • Bitcoin Layer 2:
    • πŸ¦€πŸ’» Serving as a Protocol Architect and Rust Engineer in txFusion, working on creating a Layer 2 solution on Bitcoin based on zkSync-Era.

πŸ—‚οΈ Previous Experience

  • Ethereum Protocol Fellowship:

  • Enterprise Wallet Systems

    • πŸ’Ό Worked as Software Engineer & Blockchain Integration Engineer for 3 years in a high-scale crypto exchanges environment, focusing on on-chain privacy, key security, MPC, HSM, and utlizing smartcontracts for optimizing the management of large-scale asset operations on EVM-based chains.
    • πŸš€ Led the integration of various new blockchains and tokens into the system.
  • Applied ZKP Projects

    • EIP-7503 πŸ•ΆοΈ: Contributed to the EIP-7503, which can be reviewed here.
    • Private Proof of Solvency πŸ•΅οΈβ€β™‚οΈπŸ§™β€β™‚οΈ: Design Private Proof of Solvency protocol, with the research paper available here.
  • OrderBook Based DEX

    • 🎯 Contributed to the development of an on-chain order book for decentralized exchanges, with details available in the whitepaper.

GitHub stats

Pinned Loading

  1. vianetwork/via-core vianetwork/via-core Public

    Validum on Bitcoin (based on Zksync-Era)

    Rust 8 1

  2. DeFiPapers DeFiPapers Public archive

    I'll try to collect all the papers related to DeFi in this repository

    Python 56 5

  3. university university Public

    Repository for University Projects & Notes

    Python

  4. bitcoin-raw-transaction bitcoin-raw-transaction Public archive

    Jupyter Notebook 2

  5. onchain-matcher onchain-matcher Public archive

    on-chain order-book

    Solidity 1

  6. Taproot integration with Musig2 Taproot integration with Musig2
    1
    // SPDX-License-Identifier: CC0-1.0
    2
    
                  
    3
    //! Demonstrate creating a transaction that spends to and from p2tr outputs with musig2.
    4
    5
    use std::str::FromStr;