Skip to content
View Azeez67's full-sized avatar

Block or report Azeez67

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 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. Build-a-blockchain Build-a-blockchain Public

    Create and build a blockchain and mines the block with postman get request and check if the blockchain is valid with post request

    Python

  2. ERC20-Smart-Contract-Token ERC20-Smart-Contract-Token Public

    Create and deploy a smart contract token with EVM

    Solidity

  3. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
    1
    // SPDX-License-Identifier: MIT
    2
    // OpenZeppelin Contracts (last updated v4.5.0) (governance/utils/IVotes.sol)
    3
    pragma solidity ^0.8.0;
    4
    
                  
    5
    /**
  4. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
    1
    // File: openzeppelin-solidity/contracts/token/ERC20/IERC20.sol
    2
    
                  
    3
    pragma solidity ^0.5.2;
    4
    
                  
    5
    /**