Run a Avalanche C-Chain (mainnet) RPC node with docker compose
Clients: go • Types: archive, pruned • Chain ID: 43114
Quickstart
# Clone the repo
git clone https://git.stakesquid.eu/StakeSquid/ethereum-rpc-docker.git && cd ethereum-rpc-docker
# Run Avalanche C-Chain (mainnet) with docker compose
COMPOSE_FILE=base.yml:rpc.yml:avalanche-mainnet-go-pruned-leveldb.yml
docker compose up -d
# Check status
./show-status.sh
Configurations
Available docker-compose configurations for this chain:
| Compose File | Client | Type |
|---|---|---|
avalanche-mainnet-go-archive-leveldb.yml | archive | leveldb |
avalanche-mainnet-go-pruned-leveldb.yml | pruned | leveldb |
avalanche-mainnet-go-pruned-pebbledb.yml | pruned | pebbledb |
See all configurations in the ethereum-rpc-docker repository.
Chain Information
- Network Family
- avalanche
- Chain
- mainnet
- Chain ID
43114- Total Configurations
- 3
Resources
Managed service: Let us run it for you on our fleet.
Contact sebastian@stakesquid.eu to discuss.