Create a .env file with API_KEY = YOUR_ETHERSCAN_KEY
Note: Before running anything, make sure to download and add blockchain.db to the project folder (linked in our Deliverable 1 report)
- Make sure requirements are installed
- Activate .venv
- Windows command prompt: .venv\Scripts\activate.bat
- Windows PowerShell: .venv\Scripts\Activate.ps1
- macOS and Linux: source .venv/bin/activate
- Execution: streamlit run dashboard.py
- Make sure requirements are installed
- Activate .venv
- Execution: python main.py