mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
cb26ddebb1
* Keep wallet name and password file in sync with commands * Fix create validator example to include required param --count The current example fails with v0.1.2 fails with "Must supply either --count or --at-most" This change proposes passing count=1, esp'ly since "Creating another validator is easy" a couple of paragraphs down. * Fix broken links to wallet-create Wallet links result in file not found. May be caused by the lack of `.md`? * Include node/health in TOC * Remove unnecessary book files Co-authored-by: J Burnett <jburnett@users.noreply.github.com>
29 lines
1008 B
Markdown
29 lines
1008 B
Markdown
# Summary
|
|
|
|
* [Introduction](./intro.md)
|
|
* [Become a Validator](./become-a-validator.md)
|
|
* [Using Docker](./become-a-validator-docker.md)
|
|
* [Building from Source](./become-a-validator-source.md)
|
|
* [Installation](./installation.md)
|
|
* [Docker](./docker.md)
|
|
* [Key Management](./key-managment.md)
|
|
* [Create a wallet](./wallet-create.md)
|
|
* [Create a validator](./validator-create.md)
|
|
* [Local Testnets](./local-testnets.md)
|
|
* [API](./api.md)
|
|
* [HTTP (RESTful JSON)](./http.md)
|
|
* [/node](./http/node.md)
|
|
* [/beacon](./http/beacon.md)
|
|
* [/validator](./http/validator.md)
|
|
* [/consensus](./http/consensus.md)
|
|
* [/network](./http/network.md)
|
|
* [/spec](./http/spec.md)
|
|
* [/advanced](./http/advanced.md)
|
|
* [/lighthouse](./http/lighthouse.md)
|
|
* [WebSocket](./websockets.md)
|
|
* [Advanced Usage](./advanced.md)
|
|
* [Database Configuration](./advanced_database.md)
|
|
* [Contributing](./contributing.md)
|
|
* [Development Environment](./setup.md)
|
|
* [FAQs](./faq.md)
|