Skip to content

MASDXI/ipfs-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterPlanetary File System + ReactJS

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: QmUCTkyFkg6ScFeHzNwYDSoUnCYtejiJZdZQtXw5RtU5bW

Example result here

About

An example of application IPFS with ReactJS decentralized file storage. you can apply this solution for Blockchain using the Proof of Existence concept.

Resources

Stars

Watchers

Forks

Contributors