Interactive Blockchain Simulator
A downloadable game for Windows
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.
The project was created to teach blockchain principles. I decided to share it in case anyone is interested in learning about blockchain, and specifically blockchain in Go.
| Status | Released |
| Platforms | Windows |
| Author | iliiasik |
| Genre | Educational, Simulation |
| Tags | Math |
| Content | No generative AI was used |
Download
Download
Blockchain.Demo.zip 19 MB
Install instructions
You can either download the release, clone the project, or install it directly via fyne:
# clone git clone https://github.com/Iliiasik/Blockchain.git # run go run main.go
Install and run the application directly using fyne:
# Install the fyne CLI tool go install fyne.io/tools/cmd/fyne@latest # Install the Blockchain app via fyne fyne install github.com/Iliiasik/Blockchain@latest



Leave a comment
Log in with itch.io to leave a comment.