https://github.com/asanikovich/helios
Docker image for helios - A fast, secure, and portable multichain light client for Ethereum
https://github.com/asanikovich/helios
blockchain blockchain-node docker docker-compose docker-image ethereum helios rpc rpc-client
Last synced: 4 months ago
JSON representation
Docker image for helios - A fast, secure, and portable multichain light client for Ethereum
- Host: GitHub
- URL: https://github.com/asanikovich/helios
- Owner: asanikovich
- Created: 2025-05-25T19:00:57.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-26T07:20:57.000Z (5 months ago)
- Last Synced: 2025-06-10T04:07:07.129Z (4 months ago)
- Topics: blockchain, blockchain-node, docker, docker-compose, docker-image, ethereum, helios, rpc, rpc-client
- Language: Dockerfile
- Homepage: https://github.com/a16z/helios
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helios Node docker image
Docker image for **[helios](https://github.com/a16z/helios)** - A fast, secure, and portable multichain light client for Ethereum
Read more about [light clients](https://ethereum.org/en/developers/docs/nodes-and-clients/light-clients/).
## Usage
- Create `.env` file
- Setup `ETH_RPC_URL` (е.g. `https://eth-mainnet.g.alchemy.com/v2/***`)
- `ETH_RPC_URL` must be a supported Ethereum Execution API Provider that provides the eth_getProof endpoint. Infura does not currently support this. We recommend using Alchemy.
- Run `docker-compose up -d`