Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The self-describing aspects of the protocols have a few stipulations:

The Multiformats Project describes a series of protocols. Currently, the following protocols exist:

- [multiaddr](./multiaddr) <small>(WIP)</small> - self-describing <span class="mfc mfc-multiaddr">network addresses</span>
- [multibase](https://github.com/multiformats/multibase) <small>(WIP)</small> - self-describing <span class="mfc mfc-multibase">base encodings</span>
- [multiaddr](./multiaddr) - self-describing <span class="mfc mfc-multiaddr">network addresses</span>
- [multibase](https://github.com/multiformats/multibase) - self-describing <span class="mfc mfc-multibase">base encodings</span>
- [multicodec](https://github.com/multiformats/multicodec) - self-describing <span class="mfc mfc-multicodec">serialization</span>
- [multihash](./multihash) - self-describing <span class="mfc mfc-multihash">hashes</span>

Expand Down
2 changes: 0 additions & 2 deletions content/multiaddr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ multiformat = "multiaddr"
stars = "multiformats/multiaddr"
+++

⚠️️ _(Note: this page is a work in progress; [please improve it here](https://github.com/multiformats/website/blob/master/content/multiaddr.md))_ ⚠️️

> ## Self-describing network addresses

Multiaddr is a format for encoding addresses from various well-established network protocols. It is useful to write applications that future-proof their use of addresses, and allow multiple transport protocols and addresses to coexist.
Expand Down