Sparkie is a collection of tools to help users and developers experience Spark. Built by Phoenix Labs with data from BlockAnalitica.
Prerequisite:
- python 3.11
- poetry (python packaging and dependency management)
- you can alternatevily use pip and venv
- this repo does not have a .gitignore file, we recommend using a global .gitignore file
- clone repo locally
git clone https://github.com/marsfoundation/sparkie.git
cd sparkie
- activate virtual environment and install dependencies
poetry shell
- run streamlit
streamlit run 0_Welcome_to_Sparkie.py