Onionr/src/apiservers
Kevin F 4edbde82cc Added example plugin that tests block insertion 2022-05-01 16:06:32 -05:00
..
private Added example plugin that tests block insertion 2022-05-01 16:06:32 -05:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py Work on gossip tests and cleaned up api server some 2022-05-01 00:45:26 -05:00

README.md

API Servers

Contains the WSGI servers Onionr uses for remote peer communication and local daemon control

Files

  • __init__.py: Exposes the server classes
  • private: Contains the client API (the server used to interact with the local Onionr daemon, and view the web UI)
  • public: Contains the public API (the server used by remote peers to talk to our daemon)