From 4977e431d1f525fd8d56e0419b62b64c9abcb508 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 18 Jul 2018 10:28:23 +1000 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a1cd1a968..8e059b36b8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,12 @@ v2](https://notes.ethereum.org/SCIg8AH5SA-O4C1G1LYZHQ?view) spec and is also largely based upon the [ethereum/beacon_chain](https://github.com/ethereum/beacon_chain) repo. +Thanks to Parity for their excellent crates (e.g., RLP, ethereum_types). + ## Usage -Presently this is proof-of-concept without p2p or any expected node functionality. +Presently this is proof-of-concept without p2p or any functionality you'd +expect from Parity or Geth. You can run the tests like this: ```