Skip to content
View ibrahim1023's full-sized avatar
💻
Working from home
💻
Working from home

Block or report ibrahim1023

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

Pinned Loading

  1. Merkle-Airdrop Merkle-Airdrop Public

    This project implements an ERC20 token airdrop contract that uses a Merkle Tree for proof verification. The airdrop contract distributes tokens to eligible users, and the Merkle Tree is used to ver…

    TypeScript

  2. optimistic-rollup optimistic-rollup Public

    This project implements a simplified version of an Optimistic Rollup system using Solidity smart contracts. The rollup includes basic functionality such as depositing, withdrawing, and state root u…

    Solidity

  3. state-channel state-channel Public

    A Solidity implementation of a state channel, allowing two participants to transact securely off-chain and settle their balances on-chain when the channel is closed. This contract uses cryptographi…

    TypeScript