You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
js-ipfs needs to be able to work with cidv1b32 addresses, for both creation and retrieval.
new IPFS({})or as option to commands likeipfs addto output base32 cidv1Eventually we want to do a synchronized release with go-ipfs and default to cidv1b32, but for now let's start with getting the basic support in
https://github.com/ipfs/ipfs/issues/337
@alanshaw