Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 817 Bytes

IPFS Demo

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

Demo

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?