diff --git a/getting_started.html b/getting_started.html new file mode 100644 index 000000000..adf0e4d63 --- /dev/null +++ b/getting_started.html @@ -0,0 +1,39 @@ + + + + + Ethereum + + + + + + + + + +
+ +

+Ethereum is an open source crypto project written in the Go language +(among others). This is the official Go Ethereum implementation and host +to the Ethereum Frontier Release client geth. +

+ + + +
+ + + + diff --git a/index.html b/index.html index c40a66897..644438c2d 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Ethereum by ethereum + Ethereum @@ -19,7 +19,32 @@
-

This is the official Go Ethereum implementation and host to the Ethereum Frontier Release client geth.

+ +

+Ethereum is an open source crypto project written in the Go language +(among others). This is the official Go Ethereum implementation and host +to the Ethereum Frontier Release client geth. +

+ +

+Ethereum's publicly available network can be accessed by anyone at any +time, freely without any cost. It can serve as a backbone for +any open or closed sourced project that requires (but not necessarily) +the rebustnes of free public peer to peer networks with a consesus +backing layer. +

+ +

+Ethereum may also (freely) be run in a private (corporate) environment +without any cost, all core source is licensed under the LGPL +and all frontend code is licensed under GPL. +

+ +

+For more information about the Ethereum protocol refer to the official Ethereum website. +

+ +

Development builds

The following builds are build automatically by our build servers after each push to the develop branch.

@@ -116,7 +141,7 @@ for more details on configuring your environment, testing, and dependency management.