Skip to content
View angryman312's full-sized avatar
Success!
Success!

Block or report angryman312

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

Hi there 👋

Welcome to my page!

👍 SKILLS

Client-Side

HTML HTML JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript

> Server-Side

HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML

Blockchain Technology

HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML

AI Technology

HTML HTML HTML HTML HTML HTML HTML

DevOps

HTML HTML HTML HTML HTML HTML HTML

DevToolKit

HTML HTML HTML HTML HTML HTML HTML HTML

🌱 Responsibilities

  • Project Managing, Team Lead, Develop full project from wireframe with high-quality code.
  • Well-Structured and maintainable application development based on flexible workflow.
  • 24/7 Support with perfect communication and flexible on any Time-Zone.
  • Creativity Idea Suggestion.
  • Always keep product thinking with responsibility.
  • Passionate Self-Studying, Fast Learner.

Top Langs

Pinned Loading

  1. token-profile token-profile Public

    Forked from consenlabs/token-profile

    Blockchain coin and token profile collection

    TypeScript

  2. metamask-extension metamask-extension Public

    Forked from MetaMask/metamask-extension

    🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

    JavaScript 1

  3. multichain-wallet-sdk multichain-wallet-sdk Public

    Forked from formysister/multichain-wallet-sdk

    📱💳TS/JS library to create & manage crypto wallet and manage payment for various blockchain⛓ networks

    TypeScript 1

  4. react-ethereum-cryptography react-ethereum-cryptography Public

    Forked from formysister/react-ethereum-cryptography

    🔐Ethereum cryptography example with React💲🔐

    TypeScript 1

  5. Analyze EVM network blocks and trans... Analyze EVM network blocks and transactions and pick transactions that ERC721 NFT smart contract deployed.
    1
    'use strict'
    2
    
                  
    3
    const ethers = require('ethers');
    4
    const readline = require('readline').createInterface({
    5
        input: process.stdin,
  6. Ethereum + OpenAI integration using ... Ethereum + OpenAI integration using Chainlink
    1
    pragma solidity ^0.6.7;
    2
    import "@chainlink/contracts/src/v0.6/ChainlinkClient.sol";
    3
    import "@chainlink/contracts/src/v0.6/vendor/Ownable.sol";
    4
    
                  
    5
    contract ChatGPT is ChainlinkClient, Ownable {