Blockchain Demonstration
Developer
Iliias Baiyshev
About
A graphical blockchain simulator built with Go and Fyne. Visualizes core concepts like Proof-of-Work, UTXO-based transactions, mining, mempool, wallets, and block structure in an interactive and educational way.
Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/Iliiasik/Blockchain@latest
Or you can download the code directly from git:
git clone https://github.com/Iliiasik/Blockchain