Skip to content

Commit

Permalink
Add js-multiformats
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Norman <[email protected]>
  • Loading branch information
mishmosh and 2color authored Dec 9, 2024
1 parent 0685ea4 commit 49de741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/concepts/ipfs-implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Lightweight libraries for working with IPFS data (CID, IPLD, CAR). Most of these
| --------------- | -------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------- |
| atcute | <https://github.com/mary-ext/atcute> | typescript | Modern implementation of CID and multiformats for JavaScript/TypeScript |

Check failure on line 51 in docs/concepts/ipfs-implementations.md

View workflow job for this annotation

GitHub Actions / pr-content-check

[vale] reported by reviewdog 🐶 [docs.PLNSpelling] Did you really mean 'atcute'? Raw Output: {"message": "[docs.PLNSpelling] Did you really mean 'atcute'?", "location": {"path": "docs/concepts/ipfs-implementations.md", "range": {"start": {"line": 51, "column": 3}}}, "severity": "ERROR"}
| dag-cbrrr | <https://github.com/DavidBuchanan314/dag-cbrrr> | python | Fast CBOR-based DAG encoding/decoding implementation |
| js-multiformats | <https://github.com/multiformats/js-multiformats> | TypeScript | SDK for multicodec, multihash, multibase, and CIDs with encoding/decoding support |
| go-cid | <https://github.com/ipfs/go-cid> | go | Go implementation of CIDs (Content IDentifiers) with encoding/decoding support |
| go-ipld-prime | <https://github.com/ipld/go-ipld-prime> | go | Popular library for working with IPLD data in Golang |
| python-libipld | <https://github.com/MarshalX/python-libipld> | python | Python bindings for libipld, providing IPLD functionality in Python |

Check failure on line 56 in docs/concepts/ipfs-implementations.md

View workflow job for this annotation

GitHub Actions / pr-content-check

[vale] reported by reviewdog 🐶 [docs.PLNSpelling] Did you really mean 'libipld'? Raw Output: {"message": "[docs.PLNSpelling] Did you really mean 'libipld'?", "location": {"path": "docs/concepts/ipfs-implementations.md", "range": {"start": {"line": 56, "column": 119}}}, "severity": "ERROR"}
Expand Down

0 comments on commit 49de741

Please sign in to comment.