Fixed backslashes to forward slashes and clarified PoW chain is present-Ethereum

This commit is contained in:
Luke Anderson 2018-10-09 18:19:36 +11:00
parent 8abea86702
commit 41e7199cbc

View File

@ -160,12 +160,12 @@ always respect the limits of other people.
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.
- `\network-libp2p`: contains a proof-of-concept libp2p implementation. This component will be - `/network-libp2p`: contains a proof-of-concept libp2p implementation. This component will be
replaced once research around p2p has been finalized. replaced once research around p2p has been finalized.
## Contact ## Contact
@ -215,7 +215,7 @@ processing schemes, however, that is not in scope of this discussion.
## The Proof-of-Work Chain ## The Proof-of-Work Chain
The proof-of-work (PoW) chain will host a smart contract that enables accounts to deposit 32 The present-Ethereum proof-of-work (PoW) chain will host a smart contract that enables accounts to deposit 32
ETH, a BLS public key, and some [other ETH, a BLS public key, and some [other
parameters](https://github.com/ethereum/eth2.0-specs/blob/master/specs/casper_sharding_v2.1.md#pow-chain-changes), parameters](https://github.com/ethereum/eth2.0-specs/blob/master/specs/casper_sharding_v2.1.md#pow-chain-changes),
allowing them to become beacon chain validators. Each beacon chain will allowing them to become beacon chain validators. Each beacon chain will