Darwinia is a simulation-only framework. It does NOT execute real trades, connect to exchanges, or handle funds.
- No network requests (runs entirely offline)
- No API keys or secrets required
- No cryptocurrency wallet integration
- No real order execution
Darwinia reads CSV data from data/ and writes results to output/. It does not access files outside the project directory.
If you find a security issue, please open a GitHub Issue or email sanei@0xsanei.com.
- numpy (numerical computation)
- pandas (data handling)
- streamlit + plotly (optional, dashboard only)
- pytest (dev only)
All dependencies are well-maintained, widely-used packages.