git clone cd monad-price-tracker
2. Install dependencies:
```bash
pip install streamlit pandas
- Run the application:
streamlit run main.py
The app will be available at http://localhost:5000
- Click the "Refresh Price" button to get the latest Monad price
- View the price history chart that updates with each refresh
- Price data is displayed with 4 decimal precision
- The chart shows the last 10 price updates
- Python 3.x
- Streamlit for web interface
- Pandas for data handling
- Custom price simulation (will be replaced with actual API)
├── .streamlit/
│ └── config.toml # Streamlit configuration
├── main.py # Main application code
├── utils.py # Utility functions
└── .gitignore # Git ignore rules