https://github.com/chainsafe/eth2-light-client-demo
https://github.com/chainsafe/eth2-light-client-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainsafe/eth2-light-client-demo
- Owner: ChainSafe
- License: mit
- Created: 2021-06-08T08:22:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T05:10:01.000Z (almost 2 years ago)
- Last Synced: 2025-10-02T02:53:26.569Z (4 months ago)
- Language: TypeScript
- Homepage: https://lodestar-lightclient.chainsafe.io/
- Size: 3 MB
- Stars: 5
- Watchers: 10
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Consensus lightclient browser demo
Lightclient that tracks the consensus head with a server backend that implements the routes defined in [ethereum/beacon-APIs/pull/181](https://github.com/ethereum/beacon-APIs/pull/181).
## Contributing
**Prerequisites**
- NodeJS
- yarn
**Install**
```
yarn
```
**Run locally**
```
yarn start
```