mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
* Refactor documentation, ef_tests makefile * Add makefile to root * Tidy readme * Fix readme badges * Tidy logs * Add terminalize gif * Update readme image * Update readme image * Tidy logs * Update readme image * Update readme * Update readme * Fix book link * Update makefiles * Update book * Fix link in book * Add readme for book * Remove old docs, move api spec YAML * Fix eth2/ dir readme * Add readme for lcli * Add about this book section * Minor formatting improvements * Address mehdi's comments
1.5 KiB
1.5 KiB
Lighthouse Book
Documentation for Lighthouse users and developers.
Lighthouse is an Ethereum 2.0 client that connects to other Ethereum 2.0 clients to form a resilient and decentralized proof-of-stake blockchain.
We implement the specification as defined in the ethereum/eth2.0-specs repository.
Topics
You may read this book from start to finish, or jump to some of these topics:
- Get started with development environment setup.
- Utilize the whole stack by starting a simple local testnet.
- Query the RESTful HTTP API using
curl. - Listen to events with the JSON WebSocket API.
- View the Rust code docs.
Prospective contributors can read the Contributing section to understand how we develop and test Lighthouse.
About this Book
This book is open source, contribute at github.com/sigp/lighthouse/book.
The Lighthouse CI/CD system maintains a hosted version of the master branch
at lighthouse-book.sigmaprime.io.