intrepidcanadian / python_eventquery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This looks to create a website to see the balances of an address.

  • First install streamlit and virtualenv so that it can be used to run python and set up a virtual environment for dependencies

pip install streamlit pip install virtualenv

  • Setup your virtual environment. The terminal and folder should reflect the virtual environment created, in this case it is venv.

virtualenv venv

  • Activate your virtual environment

source venv/bin/activate

  • Install dependencies

pip freeze > requirements.txt pip install -r requirements.txt pip install python-dotenv

Some helpful links and guides:

  • Need to get set up with a node to query data? link

  • web3.py guide

  • a deep dive into ethereum logs guide

  • gho docs

  • aave docs

About


Languages

Language:Jupyter Notebook 95.8%Language:Python 4.2%