A blockchain-based system for managing radioactive sources, featuring a GUI built with Tkinter and persistent data storage using SQLite.
- Add radioactive source details as transactions.
- Mine transactions into blocks with proof-of-work.
- View the blockchain and its blocks.
- Python
- Tkinter (GUI)
- SQLite (Database)
- Clone this repository.
- Install Python (3.x).
- Run the application:
python main.py