diff --git a/docs/concepts/ipfs-implementations.md b/docs/concepts/ipfs-implementations.md index 9ab3d4124..08d0a7f77 100644 --- a/docs/concepts/ipfs-implementations.md +++ b/docs/concepts/ipfs-implementations.md @@ -50,6 +50,7 @@ Lightweight libraries for working with IPFS data (CID, IPLD, CAR). Most of these | --------------- | -------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------- | | atcute | | typescript | Modern implementation of CID and multiformats for JavaScript/TypeScript | | dag-cbrrr | | python | Fast CBOR-based DAG encoding/decoding implementation | +| js-multiformats | | TypeScript | SDK for multicodec, multihash, multibase, and CIDs with encoding/decoding support | | go-cid | | go | Go implementation of CIDs (Content IDentifiers) with encoding/decoding support | | go-ipld-prime | | go | Popular library for working with IPLD data in Golang | | python-libipld | | python | Python bindings for libipld, providing IPLD functionality in Python |