Onionr/src/apiservers/private
Kevin F b07c176f5c Refactored gossip peer set, gossip block queues, and dandelionphase to use singleton/module instances instead of being passed around 2022-03-21 01:03:53 -05:00
..
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py Refactored gossip peer set, gossip block queues, and dandelionphase to use singleton/module instances instead of being passed around 2022-03-21 01:03:53 -05:00
register_private_blueprints.py Fix license docstring boilerplate spacing 2022-03-17 19:56:31 -05:00

README.md

Private API Server

Private API server, used to access the web interface locally and control Onionr

Files

  • __init__.py: Sets up the server and a few misc functions
  • register_private_blueprints.py: Adds in flask blueprints for various sub-APIs