From cc63c17f39561cf7b440dbd27b50b23ed9cfaaf0 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Tue, 21 Mar 2017 11:18:09 -0700 Subject: [PATCH] Link introduction doc in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2dc8ff972..8f3edaf47 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Grin is an in-progress implementation of the MimbleWimble protocol. Many charact * Transaction fees are based on the number of UTXO created/destroyed and total transaction size. * Smooth curve for difficulty adjustments. +To learn more, read our [introduction to MimbleWimble and Grin](doc/intro.md). + ## Status Grin is still an infant, much is left to be done and contributions are welcome (see below). Our [status file](TODO.md) may help.