Skip to content

Latest commit

 

History

History
 
 

browser-mfs

Mutable File System examples

The MFS is a file system abstraction built on top of IPFS. It supports all the operations you would expect such as creating directories, adding files to them, renaming, coping, deleting, etc.

This demo allows you to upload files from your computer and use them to explore MFS methods from within your web browser.

screenshot

screenshot

Running the demo

Fork and clone this repo.

Navigate into this directory:

$ cd js-ipfs/examples/browser-mfs

In this directory:

$ npm install
$ npm start

Then open http://localhost:8888 in your browser.