An open API service indexing awesome lists of open source software.

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.

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)