mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 07:17:56 -05:00
Use metadata map and call it protocols
This commit is contained in:
@@ -58,9 +58,9 @@ libp2p does not squat the global namespace. libp2p application protocols can be
|
||||
```json
|
||||
|
||||
{
|
||||
"services": {
|
||||
"/kad/1.0.0": "/kademlia/",
|
||||
"/ipfs-http/1.0.0": "/",
|
||||
"protocols": {
|
||||
"/kad/1.0.0": {"path": "/kademlia/"},
|
||||
"/ipfs-http/1.0.0": {"path": "/"},
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user