Skip to content

Bloxberg proof of concept

Daniel Hornung requested to merge f-bloxberg-poc into dev

Summary

This MR allow users to certify a single entity with the Bloxberg blockchain.

Tests are still missing.

Focus

  • Does the API look usable for other programmers?

Test Environment

  • Start your own CaosDB server and make sure that your pycaosdb.ini will connect to it.
  • Install this project with pip3 install .
  • Start Python shell and run:
import caosadvancedtools.bloxberg.bloxberg as blx
blx.demo_run()

Check List for the Author

  • All automated tests pass
  • Reference related Issue: #34 (closed)
  • Up-to-date CHANGELOG.md
  • Annotations in code (Gitlab comments)
    • Intent of new code
    • Problems with old code
    • Why this implementation?

Check List for the Reviewer

  • I understand the intent of this MR
  • All automated tests pass
  • Up-to-date CHANGELOG.md
  • The test environment setup works and the intended behavior is reproducible in the test environment
  • In-code documentation and comments are up-to-date.
  • Check: Are there spezifications? Are they satisfied?

For further good practices have a look at our review guidelines.

Edited by Alexander Schlemmer

Merge request reports