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.
The docs navigation is very confusing. The examples show the Ipfs module, but there's no obvious way to know where the docs for this are. Turns out it's on this page https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs/docs/MODULE.md but there's no obvious link to this page from the front page. MODULE is not a descriptive enough name for someone familiar with the JS ecosystem to know it means the Ipfs constructor.
Now from that MODULE page, I can see that it creates a node instance, but no obvious link to the documentation of this instance. It kind of implies to go to this page https://github.com/ipfs/js-ipfs/tree/master/docs/core-api, which turns out is what a node is, but that was not obvious to me, and I have to click each page to see what's available.