Skip to content

Add building and running instructions #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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