https://github.com/arnavbuddy/radiotrace-blockchain
A blockchain-based system for managing radioactive sources with a user-friendly GUI.
https://github.com/arnavbuddy/radiotrace-blockchain
blockchain decentralized-application gui python radiotrace sqlite
Last synced: about 1 month ago
JSON representation
A blockchain-based system for managing radioactive sources with a user-friendly GUI.
- Host: GitHub
- URL: https://github.com/arnavbuddy/radiotrace-blockchain
- Owner: ArnavBuddy
- License: mit
- Created: 2024-12-26T10:48:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T11:08:15.000Z (over 1 year ago)
- Last Synced: 2025-12-31T11:54:42.021Z (6 months ago)
- Topics: blockchain, decentralized-application, gui, python, radiotrace, sqlite
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RadioTrace Blockchain System
A blockchain-based system for managing radioactive sources, featuring a GUI built with Tkinter and persistent data storage using SQLite.
## Features
- Add radioactive source details as transactions.
- Mine transactions into blocks with proof-of-work.
- View the blockchain and its blocks.
## Technologies Used
- Python
- Tkinter (GUI)
- SQLite (Database)
## How to Run
1. Clone this repository.
2. Install Python (3.x).
3. Run the application:
```bash
python main.py
```
## License
[MIT License](LICENSE)