Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrannaman/IPFS-Demo
IPFS demo using IPFS, React, MobX, Material-UI
https://github.com/wrannaman/IPFS-Demo
Last synced: 4 months ago
JSON representation
IPFS demo using IPFS, React, MobX, Material-UI
- Host: GitHub
- URL: https://github.com/wrannaman/IPFS-Demo
- Owner: wrannaman
- License: mit
- Created: 2018-01-03T15:41:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T16:04:16.000Z (almost 7 years ago)
- Last Synced: 2024-06-22T14:41:23.942Z (6 months ago)
- Language: JavaScript
- Size: 2.37 MB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPFS Demo
Upload images or videos to IPFS. Play or view them, and delete them (sort of...)![Demo](https://github.com/wrannaman/IPFS-Demo/blob/master/demo.gif)
## Installation
[Install IPFS](https://ipfs.io/docs/install/)`$ 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](http://localhost:5001/webui)
## Gotchas
- If your ipfs webui is getting 403, [try this](https://github.com/ipfs-shipyard/ipfs-webui/issues/596#issuecomment-314395014)
- Removing files [isn't simple]( https://discuss.ipfs.io/t/can-i-delete-my-content-from-the-network/301/31)
- 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?