Skip to content
View kx9x's full-sized avatar
💭
Lately been hacking around with DeFi on Ethereum
💭
Lately been hacking around with DeFi on Ethereum
  • Seattle

Block or report kx9x

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

    Python 5 1

  2. Some quick example scripts that show... Some quick example scripts that show how one can script against yearn vaults using eth-brownie
    1
    Use python 3.8 on Windows
    2
    
                  
    3
    Download all these files to the same directoy on your machine
    4
    
                  
    5
    Go to [settings.py](settings.py) and follow the instructions to get an Etherscan API key and an Infura project set up.
  3. yearn/crv.ape.tax yearn/crv.ape.tax Public

    home for experimental vaults

    Solidity 24 24

  4. blue-pill-mini blue-pill-mini Public

    HTML

  5. multisig-actions multisig-actions Public

  6. This gist shows a Keep3r autotask th... This gist shows a Keep3r autotask that can be used with OpenZeppelin Defender with relayers
    1
    // Settings edited by user
    2
    const INFURA_PROJECT_ID = ""
    3
    const INFURA_PROJECT_SECRET = ""
    4
    
                  
    5
    // Code starts here