Skip to content
View angryman312's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report angryman312

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
angryman312/README.md
Profile Background

        

Pinned Loading

  1. token-profile token-profile Public

    Forked from consenlabs/token-profile

    Blockchain coin and token profile collection

    TypeScript 2

  2. metamask-extension metamask-extension Public

    Forked from MetaMask/metamask-extension

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

    JavaScript 2 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 2 1

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

    Forked from formysister/react-ethereum-cryptography

    🔐Ethereum cryptography example with React💲🔐

    TypeScript 2 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 {