From 55f977902151b6a56260dc63bbad54421716d8ee Mon Sep 17 00:00:00 2001 From: Chris Natoli Date: Mon, 7 Jan 2019 11:52:55 +1100 Subject: [PATCH] Rewrite goals --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e288555043..669d26a8bd 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ present-Ethereum functionality. ### Goals -The purpose of this project is to further research and development towards a -secure, efficient, and decentralized Ethereum protocol, facilitated by a new -open-source Ethereum Serenity client. +The purpose of this project is to work alongside the Ethereum community and +implement a secure, open-source Ethereum Serenity client in Rust. With the +focus on security, the goal for Lighthouse is to provide a trustworthy, well +tested, secure client that is resilient to any errors. In addition to implementing a new client, the project seeks to maintain and improve the Ethereum protocol wherever possible.