A dashboard to visualize cryptocurrency implied volatility surfaces constructed with option data from Binance.
uv run streamlit run app.py
If you are in a restricted location (like the United States) and use a proxy to access Binance, set a BINANCE_PROXY
environment variable.
# For example:
BINANCE_PROXY="socks5://localhost:5000"