From 7b7cf7cf758b5c09640052fccb37f07b1aecb0f8 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Mon, 28 Jan 2019 12:01:51 -0600 Subject: [PATCH] Add link to honest validator implementation doc to main readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3aba3f64..c5c88daf9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Accompanying documents can be found in [specs](specs) and include * [SimpleSerialize (SSZ) spec](specs/simple-serialize.md) * [BLS signature verification](specs/bls_signature.md) * [General test format](specs/test-format.md) +* [Honest validator implementation doc](specs/validator/0_beacon-chain-validator.md) ## Design goals The following are the broad design goals for Ethereum 2.0: