An open API service indexing awesome lists of open source software.

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.

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)