IPFS-Demo

IPFS demo using IPFS, React, MobX, Material-UI

MIT License

Stars
15

IPFS Demo

Upload images or videos to IPFS. Play or view them, and delete them (sort of...)

Installation

Install IPFS

$ npm i

To Run

npm run dev

Starting IPFS

In a separate terminal:

$ ipfs daemon

IPFS web UI

View the IPFS web ui:

http://localhost:5001/webui

Gotchas

  • If your ipfs webui is getting 403, try this
  • Removing files isn't simple
  • If you upload the same file multiple times, the hash and path are the same. So perhaps a check on upload is necessary to see if it already exists?