Skip to content
View EmmanuelAdeiza's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report EmmanuelAdeiza

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
EmmanuelAdeiza/README.md

Hi there 👋

🎧ABOUT ME💻

Call me = "Adeiza" 🤗
-🌱 I'm currently learning Solidity and specifically the application of Zero-Knowledge Proof 💫.
- 🌌 Proficiently Skilled in - (Mobile Application Development) Flutter, Dart (Data Analysis) - Python, Numpy, Pandas, PyTorch (Databases) - SQL, MySql.
-Fun facts: I love the scent of Tomatos🍅 & I love playing Chess-💬 Ask me about the journey and the answer is `Vain`.

🔌 CONNECT:

telegram badge Twitter badge linkedin badge whatsApp badge

⚙ My Tech Stack:

I work :

               git            

GitHub Streaks Adeiza's stats

GitHub Activity Graph

My Github Profile Trophy🏆

Pinned Loading

  1. BuyMeACoffee BuyMeACoffee Public

    A simple web3 application that lets people offer coffee tips with crypto

    JavaScript 1 1

  2. BuyMeACoffee-contracts BuyMeACoffee-contracts Public

    JavaScript

  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=builtin&optimize=false&runs=200&gist=
    1
    // SPDX-License-Identifier: GPL-3.0
    2
    pragma solidity ^0.8.4;
    3
    contract Purchase {
    4
        uint public value;
    5
        address payable public seller;
  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.14+commit.80d49f37.js&optimize=false&runs=200&gist=
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.4;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
    5
    import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";