A light, Talao-inspired static guide website (served by Flask) to explain how to download and configure the Talao Identity Wallet for use in the France Identité EUDI Wallet Playground.
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python app.pyOpen: http://127.0.0.1:5000