Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a "Partial" Node #260

Open
brentarias opened this issue Jan 2, 2025 · 1 comment
Open

Creating a "Partial" Node #260

brentarias opened this issue Jan 2, 2025 · 1 comment

Comments

@brentarias
Copy link

I'd like to have a "partial client" that participates in the Ethereum network but, unlike a full node, it only synchronizes state for a particular smart contract. The intent would be to detect bridging requests within that contract, to trigger more work related to bridging, but without depending on (1) a 3rd party like Infura or Alchemy to detect/forward events or (2) hosting my own Ethereum full node (which is heavy-weight). Things I'd like to know:

  1. Is devp2p (i.e. RLPx) the proper place to start exploring, for creating my own solution? Or is it better to start with Gossipsub?
  2. Would it make more sense to start with a light client code like Nimbus or Prysm?
  3. Are there key reasons / technical challenges that would make this effort daunting?
@gerceboss
Copy link

Hey @brentarias , I have a suggestion, I might be wrong but why can't a light client like Helios can be used for this purpose?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants