Skip to content
View Chitrangath's full-sized avatar

Block or report Chitrangath

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
Chitrangath/README.md
banner Gif 10mb

Hi I am Chitrangath 👋

Web3 & Blockchain Engineer | Smart Contract Developer

LinkedIn Email Twitter

👨‍💻 About Me

I'm a Web3 developer building at the intersection of Blockchain Security, Smart Contract Architecture, and Web3 Full-Stack Engineering. I focus on writing secure, gas-optimized smart contracts and integrating them with scalable frontends. Passionate about solving complex problems in the EVM ecosystem and Blockchain Security.

🛠️ Languages & Tools

My Skills

🚀 Featured Projects

TerraLink: Decentralized Real Estate Asset Management Protocol An omni-channel property tokenization protocol enabling trustless secondary market sales, escrow-backed private rentals, and fractional yield generation.

  • Architecture: * Designed a strictly governed ERC-721 state machine (PropertyState) ensuring immutable state transitions between direct sales, private rentals, and fractionalized ownership.
    • Engineered a highly optimized yield-distribution engine in FractionalInvestment.sol. By implementing a mathematically rigorous global accumulator (_accIncomePerShare) and local _rewardDebt mappings, the contract distributes fractional rental income with O(1) time complexity, entirely bypassing gas-heavy for-loops over investor arrays.
    • Secured capital flows using OpenZeppelin’s ReentrancyGuard and SafeERC20 to prevent reentrancy attacks and gracefully handle non-standard ERC-20 (USDT) return values.
    • Built the client-side DApp using React, TailwindCSS, and Wagmi/RainbowKit for seamless multi-wallet abstraction, directly reading on-chain events (e.g., PropertyRegistered) to index and render live property states asynchronously.
  • Impact: Deployed the full suite of modular contracts to the Sepolia testnet, successfully abstracting away centralized escrow via trustless deposit deductions and autonomous rental termination. Validated protocol invariants and edge-cases locally using a robust Foundry testing suite.

💼 Experience & Open Source

  • Built expertise in smart contract security and automated testing (Foundry).
  • Follow professional open-source practices: code reviews, PR lifecycle management, and detailed technical documentation.
  • Currently exploring Zero-Knowledge Rollups, Security Audits and RWA.

Pinned Loading

  1. TerraLink-RealEstate-Using-Blockchain TerraLink-RealEstate-Using-Blockchain Public

    JavaScript 1

  2. AnyToken AnyToken Public

    TypeScript