The InterPlanetary File System1 (IPFS) is a protocol and peer-to-peer network that allows data to be stored and shared in a distributed file system. IPFS employs content addressing to distinguish each file in a global namespace that connects all computing devices.
Install the IPFS node package and initialize a node
View the IPFS node peers
Test and explore the IPFS node
Add files to IPFS
View the file content on the console and ...