A downloadable game for Windows

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.

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

Github: https://github.com/Iliiasik/Blockchain

Leave a comment

Log in with itch.io to leave a comment.