feat: add identify protocol example

This commit is contained in:
acul71
2025-02-19 03:43:50 +01:00
committed by Paul Robinson
parent 51c7d53453
commit 604a447287
11 changed files with 265 additions and 167 deletions

View File

@ -0,0 +1 @@
Improved the implementation of the identify protocol and enhanced test coverage to ensure proper functionality and network layer address delegation.

View File

@ -0,0 +1 @@
Added an example implementation of the identify protocol to demonstrate its usage and help users understand how to properly integrate it into their libp2p applications.