From 81d86ffdd1ae38838fa13fd36b020cd5369883c1 Mon Sep 17 00:00:00 2001 From: Mikerah Date: Fri, 22 Jun 2018 16:08:43 -0400 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000000..41393b78ded0 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Overview +The goal of this repository is to provide an alternative implementation of the beacon chain +that was recently announced by the Ethereum Core dev team. As even the Ethereum Core dev team don't know how the finalized beacon chain +will be implemented, this is our contribution to the effort to transitioning Ethereum from a PoW blockchain to a PoS blockchain. + +## What you need + +## How to run