Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 667 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 667 Bytes

sparkie

Sparkie is a collection of tools to help users and developers experience Spark. Built by Phoenix Labs with data from BlockAnalitica.

Installation Instructions

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
  1. clone repo locally
git clone https://github.com/marsfoundation/sparkie.git
cd sparkie
  1. activate virtual environment and install dependencies
poetry shell
  1. run streamlit
streamlit run 0_Welcome_to_Sparkie.py