diff --git a/README.md b/README.md index bb2aa664..d2917a3f 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ See the [Building](#building) section for instructions on how to build the relay The Fuji and Mainnet [public API nodes](https://docs.avax.network/tooling/rpc-providers) provided by Avalanche have these methods enabled, and are suitable for use with the relayer. +### Peer-to-Peer Connections + +- The AWM relayer implementation gathers BLS signatures from the validators of the source Subnet via peer-to-peer `AppRequest` messages. Validator nodes need to be configured to accept incoming peer connections. Otherwise, the relayer will fail to gather Warp message signatures. For example, networking rules may need to be adjusted to allow traffic on the default AvalancheGo P2P port (9651), or the public IP may need to be manually set in the [node configuration](https://docs.avax.network/nodes/configure/avalanchego-config-flags#public-ip). + ## Usage ### Building