mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
* revise Siren doc * Fix broken links * Fix broken links * broken links * mdlint * mdlint * mdlint again * Merge branch 'unstable' into book-siren * test whether I have the required privs :-) * revise * some minor siren related changes for the book * updates re: `--net=host` * lint * Minor revision * Add note * mdlint * Merge branch 'unstable' into book-siren * Merge branch 'unstable' into book-siren * Merge remote-tracking branch 'origin/unstable' into book-siren * Fix spellcheck * Capital letters SSL
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Lighthouse UI (Siren)
|
|
|
|
_Documentation for Siren users and developers._
|
|
|
|
[![Chat Badge]][Chat Link]
|
|
|
|
[Chat Badge]: https://img.shields.io/badge/chat-discord-%237289da
|
|
[Chat Link]: https://discord.gg/cyAszAh
|
|
|
|

|
|
|
|
Siren is a user interface built for Lighthouse that connects to a Lighthouse Beacon Node and
|
|
a Lighthouse Validator Client to monitor performance and display key validator
|
|
metrics.
|
|
|
|
The UI is currently in active development. It resides in the
|
|
[Siren](https://github.com/sigp/siren) repository.
|
|
|
|
## Topics
|
|
|
|
See the following Siren specific topics for more context-specific
|
|
information:
|
|
|
|
- [Configuration Guide](./ui-configuration.md) - Explanation of how to setup
|
|
and configure Siren.
|
|
- [Authentication Guide](./ui-authentication.md) - Explanation of how Siren authentication works and protects validator actions.
|
|
- [Usage](./ui-usage.md) - Details various Siren components.
|
|
- [FAQs](./ui-faqs.md) - Frequently Asked Questions.
|
|
|
|
## Contributing
|
|
|
|
If you find an issue or bug or would otherwise like to help out with the
|
|
development of the Siren project, please submit issues and PRs to the [Siren](https://github.com/sigp/siren) repository.
|