From 85afd73c60dddf14d59b98b0f91669b0603b220d Mon Sep 17 00:00:00 2001 From: "Thanwa JDR." Date: Sun, 13 Oct 2024 13:14:11 +0700 Subject: [PATCH] add prerequisites --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6f85731d1..efd10f770 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ If you encounter problems with your node, please open a [GitHub issue](https://g |-------------------| ------ | | Testnet (Sepolia) | ✅ | +### Prerequisites + +Before starting, ensure you have the following installed: + +- **Docker**: If you haven't installed Docker yet, follow the [Docker installation guide](https://docs.docker.com/get-docker/). + +- **Docker Compose**: Docker Compose is required for running the services. Follow the [Docker Compose installation guide](https://docs.docker.com/compose/install/). + +- **Ethereum L1 full node RPC**: You need access to an Ethereum Layer 1 full node, either by running your own or using a service like [Infura](https://infura.io/) or [Alchemy](https://www.alchemy.com/). ### Usage