Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <handle>@<host>) 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 <host> domain.
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 <host> domain.

### Building and running ###

cd marp
git submodule init
git submodule update
make
./marpd