Skip to content
View TechsolutionAAA's full-sized avatar
:octocat:
welcome!
:octocat:
welcome!

Block or report TechsolutionAAA

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. 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

  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

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

    Forked from formysister/react-ethereum-cryptography

    🔐Ethereum cryptography example with React💲🔐

    TypeScript

  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 {