5 ms·
And ipfs is really just a combo of the two concepts: files and folders wrapped into a git-like tree of hashes; and all that tree-hash-files-folders structure is
by jkp56 7y ago
And ipfs is really just a combo of the two concepts: files and folders wrapped into a git-like tree of hashes; and all that tree-hash-files-folders structure is being synced over a torrent-like protocol.
- carapace 7y agoFrom my POV it's more like distributed content-addressable RAM with support for file/directory-structured blobs. You can build alternate abstractions over it.