Skip to content

streamjonathan/Monad

Repository files navigation

git clone cd monad-price-tracker


2. Install dependencies:
```bash
pip install streamlit pandas
  1. Run the application:
streamlit run main.py

The app will be available at http://localhost:5000

Usage

  • 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

Technologies Used

  • Python 3.x
  • Streamlit for web interface
  • Pandas for data handling
  • Custom price simulation (will be replaced with actual API)

Project Structure

├── .streamlit/
│   └── config.toml      # Streamlit configuration
├── main.py             # Main application code
├── utils.py            # Utility functions
└── .gitignore         # Git ignore rules

About

Monad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published