Skip to content
campadrenalin edited this page Sep 14, 2011 · 2 revisions

Orchard is divided into two parts: the daemon, and the interface.

Daemon

A program written in Python using the Python part of libctree to handle filesystem access, constant availability to other M/ECP nodes for consensus, local HTTP and Websocket hosting, talking to GPG and routing messages to all interested peers. It's a fairly multipurpose tool, thanks to its reliance on the BCP.ServerPool architecture from libctree.

Clone this wiki locally