Upload images or videos to IPFS. Play or view them, and delete them (sort of...)
$ npm i
npm run dev
In a separate terminal:
$ ipfs daemon
View the IPFS web ui:
- 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?