github.com/prysmaticlabs/prysm@v1.4.4/beacon-chain/p2p/doc.go (about) 1 /* 2 Package p2p implements the Ethereum consensus networking specification. 3 4 Canonical spec reference: https://github.com/ethereum/eth2.0-specs/blob/dev/specs/phase0/p2p-interface.md 5 6 Prysm specific implementation design docs 7 - Networking Design Doc: https://docs.google.com/document/d/1VyhobQRkEjEkEPxmmdWvaHfKWn0j6dEae_wLZlrFtfU/view 8 9 This package is heavily utilizes the libp2p go implementation by Protocol Labs. 10 */ 11 package p2p