Skip to content
View vjbhandari61's full-sized avatar

Highlights

  • Pro

Block or report vjbhandari61

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

Pinned Loading

  1. erc20-token-implementation erc20-token-implementation Public

    This is a beginner friendly ERC20 implementation which includes: implementation, invariants, design choices and unit testing for a token on any EVM compatible blockchain.

    Solidity 1

  2. lending-borrowing-solidity lending-borrowing-solidity Public

    A foundry project that allows users to deploy their funds as collateral and gain another ERC20 token.

    Solidity

  3. diamond-proxy diamond-proxy Public

    A minimal implementation of ERC-2535: Diamond Proxy. It includes two facets: DiamondCutFacet and CounterFacet.

    Solidity

  4. factory-and-registry-pattern factory-and-registry-pattern Public

    An implementation of factory and registry pattern, also includes EIP-1167 minimal proxy clones in solidity

    Solidity

  5. raw-proxy raw-proxy Public

    Implemented a raw proxy from scratch to understand how it works.

    Solidity