0xPolygonHermez / zkevm-node

Go implementation of a node that operates the Polygon zkEVM Network
Other
531 stars 685 forks source link

docs: update RPC required services and components #3665

Closed leovct closed 2 months ago

leovct commented 4 months ago

The RPC section of the README is somewhat confusing for users.

It states that to run the zkEVM RPC, only the state DB is needed, but it doesn't mention the other necessary databases. The executor requires the hash DB, and the RPC needs the pool DB. This PR addresses this issue.