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

Add basic p2p package for avs node communication #41

Open
Tracked by #36
samlaf opened this issue Oct 14, 2023 · 1 comment
Open
Tracked by #36

Add basic p2p package for avs node communication #41

samlaf opened this issue Oct 14, 2023 · 1 comment

Comments

@samlaf
Copy link
Collaborator

samlaf commented Oct 14, 2023

Some AVSs might need to communicate via p2p network. Let's just write a simple implementation, probably using libp2p. Have a look at the avalanche and optimism implementations for examples.

@wesfloyd
Copy link

Fwiw - I agree libp2p or a similar messaging technology (NATS, iroh) could be a valuable add for standard AVS architectures., potentially removing the need for an aggregator node. We used a modified form of libp2p for operator node comms in my last project web3 compute project Bacalhau, to avoid the need for a centralized aggregator.

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