Cortex Project is a school demonstration repository for an AI-assisted decentralized banking solution.
Current school release: v0.1.2
This repository packages a desktop client, backend node, wallet logic, and supporting communication features into a single Windows-friendly project for presentation and evaluation.
- AI-assisted banking workflow concept
- decentralized account and wallet model
- secure transaction handling
- local desktop client plus backend service
- peer-to-peer communication layer
- Windows-ready release packaging for school lab systems
This repository is prepared primarily for Windows school PCs.
To run the packaged demo:
- Open the GitHub Releases page.
- Download
CryptEX_windows_x86_64_bundle.zip. - Extract the zip fully into one folder.
- Launch
cryptexqt_win32.exe. - Keep all DLLs and the
pluginsfolder beside the executable.
/src- core backend, wallet, networking, mining, RPC, and storage logic/gui- desktop application/website- website and presentation-facing web assets/scripts- packaging and release helper scripts/docs/WHITEPAPER_SCHOOL.docx- school whitepaper
- School whitepaper:
docs/WHITEPAPER_SCHOOL.docx - AI architecture plan:
docs/CORTEX_AI_ARCHITECTURE_PLAN.md - AI provider design:
docs/CORTEX_AI_PROVIDER_DESIGN.md - Communication systems:
docs/communication-systems.md - Technical notes:
docs
This school-facing repository is configured so staged releases focus on the Windows runtime bundle used by the school lab environment.