-
Is it possible to connect to an Ethereum P2P network without running a node, and if so, how can one accomplish this? |
Beta Was this translation helpful? Give feedback.
Answered by
mattsse
Aug 20, 2023
Replies: 1 comment 1 reply
-
see https://github.com/paradigmxyz/reth/blob/main/examples/network.rs https://github.com/paradigmxyz/reth/blob/main/examples/network-txpool.rs |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattsse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see
https://github.com/paradigmxyz/reth/blob/main/examples/network.rs
https://github.com/paradigmxyz/reth/blob/main/examples/network-txpool.rs