Skip to content

uleroboticsgroup/BCubed

Repository files navigation

BCubed

BCubed is a Python library designed to facilitate traceability in autonomous systems in a cibersecure manner. It allows the creation and utilization of a black box employing blockchain technology. The nomenclature of the system is derived from the term "blockchain-based black box.

⚠️ Disclaimer

This Python library has only been tested in simulated blockchain environments. Using it in other environments is at your own risk. Keep possible charges in mind.

Getting Started

Create and activate a virtual enviroment (recommended)

$ python3 -m venv .venv
$ source .venv/bin/activate

Install the requirements

(.venv) $ pip install -r requirements.txt

Install BCubed

(.venv) $ pip install -e <bcubed_location>

Uninstall BCubed

(.venv) $ pip uninstall bcubed

Acknowledgements

This research is part of the project TESCAC, financed by “European Union NextGeneration-EU, the Recovery Plan, Transformation and Resilience, through INCIBE".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published