/COMP-farmed

A small python script to check how much COMP you've farmed to date

Primary LanguageJupyter NotebookMIT LicenseMIT

A jupyter notebook with a python script that calculates how much COMP you've farmed to date.

How to run

  1. Install the required python libraries with poetry
~ poetry install

You can also install them directly if you'd prefer:

~ pip install dotenv web3
  1. Copy local.env to env and replace the key with your own

  2. Replace my_address with your wallet address.

  3. Run the notebook to see how much COMP you've farmed!