Skip to content

Commit

Permalink
Make local-testnet setup more discoverable (sigp#2572)
Browse files Browse the repository at this point in the history
Move the contents of book/src/local-testnets.md into book/src/setup.md
to make it more discoverable.

Also, the link to scripts/local_testnet was missing `/local_testnet`.
  • Loading branch information
winksaville committed Sep 7, 2021
1 parent 3b0f324 commit 8d2650f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* [Custom Data Directories](./advanced-datadir.md)
* [Validator Graffiti](./graffiti.md)
* [Database Configuration](./advanced_database.md)
* [Local Testnets](./local-testnets.md)
* [Advanced Networking](./advanced_networking.md)
* [Running a Slasher](./slasher.md)
* [Redundancy](./redundancy.md)
Expand Down
8 changes: 0 additions & 8 deletions book/src/local-testnets.md

This file was deleted.

9 changes: 9 additions & 0 deletions book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ These tests are quite large (100's of MB) so they're only downloaded if you run
`$ make test-ef` (or anything that run it). You may want to avoid
downloading these tests if you're on a slow or metered Internet connection. CI
will require them to pass, though.

## Local Testnets

During development and testing it can be useful to start a small, local
testnet.

The
[scripts/local_testnet/](https://github.com/sigp/lighthouse/tree/unstable/scripts/local_testnet)
directory contains several scripts and a README that should make this process easy.

0 comments on commit 8d2650f

Please sign in to comment.