-
Hello i wanted to know how can i use reth crates to build custom node, node that can connect to p2p and collect mempool data for example. Can someone help me with that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
looks like you're only interested in the network component: https://github.com/paradigmxyz/reth/blob/main/examples/network-txpool.rs |
Beta Was this translation helpful? Give feedback.
-
Alternatively, there are some relevant examples, namely: There was also a recent documentation update in #7348 that should prove very useful. |
Beta Was this translation helpful? Give feedback.
Alternatively, there are some relevant examples, namely:
custom-node
custom-node-components
custom-payload-builder
custom-dev-node
manual-p2p
There was also a recent documentation update in #7348 that should prove very useful.