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

Organizations

@DD-Kit @HubicAI @StakeTree-Private
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. consenlabs/token-profileconsenlabs/token-profilePublic

    Blockchain coin and token profile collection

    TypeScript 876 3.5k

  2. MetaMask/metamask-extensionMetaMask/metamask-extensionPublic

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

    TypeScript 12.6k 5.2k

  3. multichain-wallet-sdkmultichain-wallet-sdkPublic

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

    TypeScript 17 8

  4. react-ethereum-cryptographyreact-ethereum-cryptographyPublic

    🔐Ethereum cryptography example with React💲🔐

    TypeScript 2

  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 {