Skip to content

testinprod-io/Peeroor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peeroor

This project is p2p network manager for Ethereum execution client nodes. It connects nodes via their RPC endpoints, forms a full-mesh network, and maintains reliable peer connections by periodically checking and re-adding missing connections.

It uses admin_addPeer to add peers to the nodes, and requires admin rpc namespace to be enabled.

Configuration

Create a config.yaml file in the project root. Example:

rpcs:
  rpc1: "http://localhost:8545"
  rpc2: "http://localhost:8546"
  rpc3: "http://localhost:8547"
  rpc4: "http://localhost:8548"

networks:
  network1:
    - rpc1
    - rpc2
  network2:
    - rpc3
    - rpc4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages