Tutorial using IPFS with nodejs To run these tutorials, you must have the following installed:
# clone repository and install
git clone https://github.com/MASDXI/ipfs-with-react.git
cd ipfs-with-react
npm install# Web Application start at http://localhost:3000
npm start# expecting output in console.log <CID_HASH>
CID: Qm...
# example result
# CID: QmUCTkyFkg6ScFeHzNwYDSoUnCYtejiJZdZQtXw5RtU5bWExample result here
