From ed55c2b5a55408edd5de40849e8e5d683e1c2783 Mon Sep 17 00:00:00 2001 From: Bloxster Date: Mon, 6 Jan 2025 15:27:52 +0100 Subject: [PATCH] int chapter more info --- src/advanced/JSONRPC-daemon.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/advanced/JSONRPC-daemon.md b/src/advanced/JSONRPC-daemon.md index de63ebc..a2c4cab 100644 --- a/src/advanced/JSONRPC-daemon.md +++ b/src/advanced/JSONRPC-daemon.md @@ -27,6 +27,8 @@ This document provides guidelines for understanding and using the various RPC me 1. **Trace Module (`trace_`)** - Erigon includes **[the `trace_` module](/advanced/JSONRPC-trace-module.md)**, which originates from OpenEthereum. This module provides additional functionality related to tracing transactions and state changes, which is valuable for advanced debugging and analysis. +## More info + For a comprehensive understanding of the RPC daemon's functionality, configuration, and usage, please refer to *** (also contained in your locally compiled Erigon folder at `/cmd/rpcdaemon`) which covers the following key topics: 1. **Introduction**: An overview of the RPC daemon, its benefits, and how it integrates with Erigon.