2023-02-01 21:42:16 +00:00
# Lighthouse-Pulse: A PulseChain Consensus Client Written in Rust
2019-06-25 04:02:19 +00:00
2023-02-01 21:42:16 +00:00
This is the core repository for Lighthouse-Pulse, a [Rust ](https://www.rust-lang.org/ ) implementation of the [Ethereum Consensus ](https://ethereum.org/en/eth2/ ) specification, originally developed by [Sigma Prime ](https://sigmaprime.io/ ) and modified for usage with [PulseChain ](https://pulsechain.com/ ). See the [Changelog ](https://gitlab.com/pulsechaincom/lighthouse-pulse/-/releases ) for details of the latest releases and upcoming breaking changes.
2018-07-06 07:54:07 +00:00
2023-02-01 21:42:16 +00:00
> Credit to the [Sigma Prime](https://sigmaprime.io/) team for the original implementation of [Lighthouse](https://github.com/sigp/lighthouse).
2019-10-02 01:04:56 +00:00
2020-11-09 01:28:39 +00:00
[Documentation ](https://lighthouse-book.sigmaprime.io )
2019-12-09 11:42:36 +00:00
2019-06-25 04:02:19 +00:00
## Overview
2023-02-01 21:42:16 +00:00
Lighthouse-Pulse is:
2019-06-25 04:02:19 +00:00
2023-02-01 21:42:16 +00:00
- Ready for use on Ethereum consensus mainnet & PulseChain consensus testnets/mainnet.
2019-06-25 04:02:19 +00:00
- Fully open-source, licensed under Apache 2.0.
2020-11-24 10:29:39 +00:00
- Security-focused. Fuzzing techniques have been continuously applied and several external security reviews have been performed.
2020-11-09 01:28:39 +00:00
- Built in [Rust ](https://www.rust-lang.org ), a modern language providing unique safety guarantees and
2019-06-25 04:02:19 +00:00
excellent performance (comparable to C++).
2022-03-02 01:05:08 +00:00
## Staking Deposit Contract
2020-11-04 19:46:42 +00:00
2023-02-01 21:42:16 +00:00
The PulseChain team acknowledges `0x3693693693693693693693693693693693693693` as the canonical staking deposit contract address.
2020-11-04 19:46:42 +00:00
2020-11-24 04:42:17 +00:00
## Documentation
2019-06-25 04:02:19 +00:00
2023-02-01 21:42:16 +00:00
The upstream [Lighthouse Book ](https://lighthouse-book.sigmaprime.io ) contains information for users and
2020-11-24 04:42:17 +00:00
developers.
2019-06-25 04:02:19 +00:00
2018-07-06 07:54:07 +00:00
## Contact
2023-02-01 21:42:16 +00:00
For additional support, feel free to join [the PulseChain telegram channel ](https://t.me/PulseDEV ).
2018-12-19 01:54:31 +00:00
2023-02-01 21:42:16 +00:00
## License
2018-12-19 01:54:31 +00:00
2023-02-01 21:42:16 +00:00
[Apache License 2.0 ](https://www.apache.org/licenses/LICENSE-2.0 )