uplinks:: multiformats
tags:: #lang/en #type/term #note/develop
multiaddr
A standard which aims to make network addreses future-proof, composable, and efficient
Specification
Human-readable multiaddr
(/<protoName string>/<value string>)+Example
/ip4/127.0.0.1/udp/1234Machine-readable multiaddr
(<protoCode uvarint><value []byte>)+Example
0x4 0x7f 0x0 0x0 0x1 0x91 0x2 0x4 0xd2