An open API service indexing awesome lists of open source software.

https://github.com/chainsafe/eth2-light-client-demo


https://github.com/chainsafe/eth2-light-client-demo

Last synced: 3 months ago
JSON representation

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
```