Aurelius is a highly secure distributed messaging network used for transmitting and receiving highly sensitive information.
A combination of RSA (2048-bit) and AES (256-bit) cryptography are used to ensure messages cannot be viewed in transit and can only be read by intended recipients.
Download the correct binary for your OS and run it from a terminal.
To send a message to a citizen on the network of aurelius nodes, prefix the message with the ctizen's name followed by a colon.
bob:hello bob, how are you today?
Note - The pre-built binaries connect to an existing network of aurelius nodes. You must preregister to access this network. The official registration page is yet to be completed, so in the meantime please raise an issue on the GitHub project page with the title "preregistration request".
You can use the standard cargo commands to build aurelius binaries from src.
cargo build
To run the build you will need at least one relay-node and and one client-node.
