Skip to content

wrannaman/IPFS-Demo

Repository files navigation

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?

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published