Backend setup
bash
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
pytest -qExpect production-quality changes with tests, clear scope, and evidence-backed reasoning.
git clone <repo>
cd bitcoinbastionpython -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
pytest -qcd frontend
npm install
npm run lint
npm run typecheck
npm run build