diff --git a/README.md b/README.md index e1bf21c..264419a 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,13 @@ This is the reference implementation of MARP v1, written for any POSIX-compliant ### What is MARP? ### Marp is a means to translate email-style addresses (represented as @) to cryptographic addresses (usually a base58- or base64- encoded random-looking string) in a distributed manner that relies on the same trust network as DNS. -The trust network relies on each server generating its own Public/Private ECC Keypair, and publishing the public key as a TXT record for the domain. \ No newline at end of file +The trust network relies on each server generating its own Public/Private ECC Keypair, and publishing the public key as a TXT record for the domain. + +### Building and running ### + + cd marp + git submodule init + git submodule update + make + ./marpd +