From ac7a40376ba787b55abfc96aa87d0741a6fdb437 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Mon, 13 May 2019 16:26:45 +1000 Subject: [PATCH] Included a link to the API document in the root README.md file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad7204f21..ec8056956 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Core specifications for eth2.0 client validation can be found in [specs/core](sp * [General test format](specs/test_formats/README.md) * [Merkle proof formats](specs/light_client/merkle_proofs.md) * [Light client syncing protocol](specs/light_client/sync_protocol.md) +* [Beacon node API for validator](specs/validator/0_beacon-node-validator-api.md) ### Design goals