 |
August 12, 2026, 12:38:47 PM |
|
Hello everyone,
I wanted to share a project I have been developing over the last 3 months. It is a lightweight, zero-dependency Centralized Crypto Exchange (CEX) and Blockchain Simulator MVP written completely in Python 3.
Key Technical Implementation: - Simulated ledger engine mining blocks automatically every 2 seconds. - Real-time market oracle integration fetching live prices via public CoinGecko JSON API. - Dynamic mathematical formula adjusting the native token price based on transaction and swap volume. - Native HTTP socket server rendering a dark-mode web user dashboard, including a functional integrated network block scanner (explorer), wallet management, internal transfers, and withdrawal logging.
The entire backend and web interface run seamlessly from a single self-contained Python script (tested on Linux, Windows, and even mobile via Termux).
I built this primarily as an architectural simulator and turnkey educational MVP. I would love to get your technical feedback on the codebase layout and the dynamic price formula approach!
|