IPFS-Demo
IPFS-Demo copied to clipboard
IPFS demo using IPFS, React, MobX, Material-UI
IPFS Demo
Upload images or videos to IPFS. Play or view them, and delete them (sort of...)

Installation
$ npm i
To Run
npm run dev
Starting IPFS
In a separate terminal:
$ ipfs daemon
IPFS web UI
View the IPFS web ui:
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?