# README
Prysmatic Labs Beacon Chain Implementation
This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:
Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.
# Packages
No description provided by the author
Package blockchain defines the life-cycle and status of the beacon chain as well as the Ethereum Serenity beacon chain fork-choice rule based on Casper Proof of Stake finality.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package forkchoice implements the service to support fork choice for the eth2 beacon chain.
No description provided by the author
No description provided by the author
Package node defines the services that a beacon chain node would perform.
No description provided by the author
Package p2p implements the Ethereum 2.0 networking specification.
Package powchain defines the services that interact with the ETH1.0 of Ethereum.
Package rpc defines the services that the beacon-chain uses to communicate via gRPC.
No description provided by the author
Package sync TODO(3147): Add details on how sync works.