The JavaScript implementation of the IPFS (InterPlanetary File System) protocol.
The InterPlanetary File System is a hypermedia distribution protocol, addressed by content and identities. It enables the creation of completely distributed applications.
IPFS aims to make the web faster, safer, and more open by connecting all computing devices with the same system of files.
js-ipfs provides a library which enables users to spin up full IPFS nodes from JavaScript. It runs in the command line, or in the browser.
Latest release of js-ipfs is 0.54.4. Read more about the latest release at https://github.com/ipfs/js-ipfs/releases
js-ipfs documentation: https://github.com/ipfs/js-ipfs/tree/master/docs
- Website: https://ipfs.io/
- Github: https://github.com/ipfs/js-ipfs