https://github.com/masdxi/ipfs-with-react
An example of application IPFS with ReactJS decentralized file storage. you can apply this solution for Blockchain using the Proof of Existence concept.
https://github.com/masdxi/ipfs-with-react
Last synced: about 1 year ago
JSON representation
An example of application IPFS with ReactJS decentralized file storage. you can apply this solution for Blockchain using the Proof of Existence concept.
- Host: GitHub
- URL: https://github.com/masdxi/ipfs-with-react
- Owner: MASDXI
- Created: 2021-01-20T11:06:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T05:19:14.000Z (over 5 years ago)
- Last Synced: 2025-01-14T06:54:19.086Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InterPlanetary File System + ReactJS
Tutorial using IPFS with nodejs
To run these tutorials, you must have the following installed:
- [nodejs](https://nodejs.org/en/)
- [nvm](https://github.com/nvm-sh/nvm)
- [go-ipfs](https://github.com/ipfs/go-ipfs)
If you want to call with your local ipfs.
``` bash
# clone repository and install
git clone https://github.com/MASDXI/ipfs-with-react.git
cd ipfs-with-react
npm install
```
``` bash
# Web Application start at http://localhost:3000
npm start
```
``` bash
# expecting output in console.log
CID: Qm...
# example result
# CID: QmUCTkyFkg6ScFeHzNwYDSoUnCYtejiJZdZQtXw5RtU5bW
```
Example result [here](https://ipfs.io/ipfs/QmUCTkyFkg6ScFeHzNwYDSoUnCYtejiJZdZQtXw5RtU5bW)