/swaps_visualizooor

simple streamlit app that plots DEX swaps in a bubble chart

Primary LanguagePython

swaps visualizer

This is a simple streamlit app that plots DEX swaps in a bubble chart, to run it:

  • install the dependencies from requirements.txt
  • add the shroomdk key to your secrets.toml file inside the .streamlit folder (there's a template in the folder for reference)
  • run the app
pip install -r requirements.txt
streamlit run app.py