Skip to main content

Crate quorum_private

Crate quorum_private 

Source
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 ๐Ÿ”’