Skip to content
View matthope1's full-sized avatar
🐈‍⬛
<script>alert(1)</script>
🐈‍⬛
<script>alert(1)</script>

Block or report matthope1

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

Pinned Loading

  1. faker-cxx faker-cxx Public

    Forked from cieslarmichal/faker-cxx

    C++ Faker library for generating fake (but realistic) data for testing and development.

    C++

  2. ethernaut-solutions ethernaut-solutions Public

    Solutions along with short explanations of the ethernaut challenges by openzepplin 🌳

  3. best-buy-bot best-buy-bot Public

    Python

  4. SpongeBot SpongeBot Public

    A Telegram bot used for managing group chats. Written in Python. ...SpongeBot has sentience.....

    Python

  5. Capture the Ether - Guess the secret... Capture the Ether - Guess the secret number
    1
    # Capture the Ether - Guess the secret number
    2
    
                  
    3
    ###### tags: `Solidity Smart Contract vulns`
    4
    
                  
    5
    https://capturetheether.com/challenges/lotteries/guess-the-secret-number/
  6. Ethers.js - How to add value to smar... Ethers.js - How to add value to smart contract function call
    1
    # To add funds to a function call you'll first need to have access to a contract instance
    2
    const contractInstance = new ethers.Contract(contractAddress, contractABI, signer)
    3
    
                  
    4
    # Then you'll need to create an object that will be passed into the smart contract as a parameter
    5
    # This object needs a key called value