Update readme with links to new docs;
This commit is contained in:
parent
cfb9a1a3ae
commit
973a3c1469
25
README.md
25
README.md
@ -7,18 +7,6 @@ Chain, maintained by Sigma Prime.
|
|||||||
|
|
||||||
The "Serenity" project is also known as "Ethereum 2.0" or "Shasper".
|
The "Serenity" project is also known as "Ethereum 2.0" or "Shasper".
|
||||||
|
|
||||||
## Introduction
|
|
||||||
|
|
||||||
This readme is split into two major sections:
|
|
||||||
|
|
||||||
- [Lighthouse Client](#lighthouse-client): information about this
|
|
||||||
implementation.
|
|
||||||
- [What is Ethereum Serenity](#what-is-ethereum-serenity): an introduction to Ethereum Serenity.
|
|
||||||
|
|
||||||
If you'd like some background on Sigma Prime, please see the [Lighthouse Update
|
|
||||||
\#00](https://lighthouse.sigmaprime.io/update-00.html) blog post or the
|
|
||||||
[company website](https://sigmaprime.io).
|
|
||||||
|
|
||||||
## Lighthouse Client
|
## Lighthouse Client
|
||||||
|
|
||||||
Lighthouse is an open-source Ethereum Serenity client that is currently under
|
Lighthouse is an open-source Ethereum Serenity client that is currently under
|
||||||
@ -31,6 +19,15 @@ to existing clients, such as
|
|||||||
[Parity-Ethereum](https://github.com/paritytech/parity-ethereum), via RPC to enable
|
[Parity-Ethereum](https://github.com/paritytech/parity-ethereum), via RPC to enable
|
||||||
present-Ethereum functionality.
|
present-Ethereum functionality.
|
||||||
|
|
||||||
|
### Further Reading
|
||||||
|
|
||||||
|
- [About Lighthouse](docs/lighthouse.md): Goals, Ideology and Ethos surrounding
|
||||||
|
this implementation.
|
||||||
|
- [What is Ethereum Serenity](docs/serenity.md): an introduction to Ethereum Serenity.
|
||||||
|
|
||||||
|
If you'd like some background on Sigma Prime, please see the [Lighthouse Update
|
||||||
|
\#00](https://lighthouse.sigmaprime.io/update-00.html) blog post or the
|
||||||
|
[company website](https://sigmaprime.io).
|
||||||
|
|
||||||
### Components
|
### Components
|
||||||
|
|
||||||
@ -86,10 +83,10 @@ bloom-filters), and tons of other interesting stuff (at least we think so).
|
|||||||
|
|
||||||
Here we provide an overview of the directory structure:
|
Here we provide an overview of the directory structure:
|
||||||
|
|
||||||
- `/beacon_chain`: contains logic derived directly from the specification.
|
- `beacon_chain/`: contains logic derived directly from the specification.
|
||||||
E.g., shuffling algorithms, state transition logic and structs, block
|
E.g., shuffling algorithms, state transition logic and structs, block
|
||||||
validation, BLS crypto, etc.
|
validation, BLS crypto, etc.
|
||||||
- `/lighthouse`: contains logic specific to this client implementation. E.g.,
|
- `lighthouse/'``: contains logic specific to this client implementation. E.g.,
|
||||||
CLI parsing, RPC end-points, databases, etc.
|
CLI parsing, RPC end-points, databases, etc.
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
|
Loading…
Reference in New Issue
Block a user