Skip to content
View bullishgopher's full-sized avatar
Block or Report

Block or report bullishgopher

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

Smart ideas to share with you :octocat: gists


Profile views

codewars

Pinned

  1. Deposit some _amount in ERC20 _token... Deposit some _amount in ERC20 _token ( USDC, DAI, etc )
    1
    // get web3
    2
    let web3 = await initAccount()
    3
    
                  
    4
    // get contract instance
    5
    let main = new web3.eth.Contract(
  2. Batch contract calls Batch contract calls
    1
    # How can you execute the same smart contract get function for thousands of users?
    2
    
                  
    3
    We can use multicall.
    4
    
                  
    5
    ### Makerdao Multicall
  3. yield-farm yield-farm Public

    A yield farming application with integrated NFT factory and lottery

    JavaScript 6 4

  4. nft-minter nft-minter Public

    An ERC-721 minter that allows a user to mint randomly generated word NFTs and view them on OpenSea Rinkeby Test network. The NFT metadata is stored On-Chain using Base64.

    Solidity 3

  5. ethereumbook ethereumbook Public

    Forked from ethereumbook/ethereumbook

    Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood

    JavaScript 1

  6. wallet-watch-bot wallet-watch-bot Public

    Wallet Watch Discord Bot

    TypeScript