Run a Celo Sepolia Testnet (sepolia) RPC node with docker compose

Clients: geth • Types: archive, pruned • Chain ID: 11142220

Quickstart

# Clone the repo git clone https://git.stakesquid.eu/StakeSquid/ethereum-rpc-docker.git && cd ethereum-rpc-docker # Run Celo Sepolia Testnet (sepolia) with docker compose COMPOSE_FILE=base.yml:rpc.yml:celo-sepolia-op-geth-pruned-pebble-hash.yml docker compose up -d # Check status ./show-status.sh

Configurations

Available docker-compose configurations for this chain:

Compose FileClientType
celo-sepolia-op-geth-archive-leveldb-hash.ymlgetharchive
celo-sepolia-op-geth-archive-pebble-hash.ymlgetharchive
celo-sepolia-op-geth-archive-pebble-path.ymlgetharchive
celo-sepolia-op-geth-pruned-pebble-hash.ymlgethpruned
celo-sepolia-op-geth-pruned-pebble-path.ymlgethpruned

See all configurations in the ethereum-rpc-docker repository.

Chain Information

Network Family
celo
Chain
sepolia
Chain ID
11142220
Total Configurations
5

Resources

Managed service: Let us run it for you on our fleet.
Contact sebastian@stakesquid.eu to discuss.

Project Website

View RPC Docker

← Back to Chains Directory