Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZentaChainAdmin authored Feb 9, 2024
1 parent 23d31cf commit 3bdbc7a
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Chain Network Node
# Chain Network Node Setup

### Hardware Requirements
This document provides the necessary information to set up and run a Chain Network Node, including hardware requirements and support for various Ethereum networks.

We recommend you have this configuration to run a node:
## Hardware Requirements

- Min: 16 GB RAM
- Min: 2 TB SSD Space
To ensure optimal performance of your Chain Network Node, the following hardware configuration is recommended:

- **RAM**: Minimum of 16 GB
- **Storage**: Minimum of 2 TB SSD space

## Launching Node & Geth

To launch and start the Sepolia Chain Network node, use the following command:

```shell
docker compose up --build
```
This command initializes the Docker containers required for running the node, based on the configurations defined in docker-compose.yml file.

### Supported Networks

Expand Down

0 comments on commit 3bdbc7a

Please sign in to comment.