lighthouse-pulse/book/src/testnets.md

11 lines
492 B
Markdown
Raw Normal View History

2019-09-01 12:22:20 +00:00
# Testnets
2019-09-01 01:31:18 +00:00
2019-09-01 12:22:20 +00:00
Lighthouse does not offer a public testnet _yet_. In the meantime, it's easy to
start a local testnet:
2019-09-01 01:31:18 +00:00
2019-09-01 12:22:20 +00:00
- [Run a simple testnet](testnets.html) in Only Three CLI Commands™.
- Developers of other Eth2 clients should see the [interop guide](interop.html).
- The [sigp/lighthouse-docker](https://github.com/sigp/lighthouse-docker) repo
contains a `docker-compose` setup that runs a multi-node network with
built-in metrics and monitoring dashboards, all from your local machine.