Skip to content
View formysister's full-sized avatar
:octocat:
always ready 📡
:octocat:
always ready 📡

Organizations

@ZNS-Connect @DD-Kit @BluesCryptoTeam
Block or Report

Block or report formysister

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

  1. consenlabs/token-profile consenlabs/token-profile Public

    Blockchain coin and token profile collection

    TypeScript 815 3.5k

  2. MetaMask/metamask-extension MetaMask/metamask-extension Public

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

    JavaScript 11.5k 4.7k

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

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

    TypeScript 9 2

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

    🔐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 {