Expand description
This is the main entry point for the Quorum Private server.
It sets up the server similar to the public server, tweaked to work with being self hostable by anyone.
Use cargo run -p quorum-private to build/run the private version of the server, which combines the quorum-core shared code.
Modulesยง
- cli ๐
- Main entry point for the server cli Commands This is where commands are defined properly, and where command functions are called.
- db ๐
- routes ๐
Functionsยง
- main ๐