https://github.com/n-bhasin/simpleipfs
Implementing the image uploader in react using the IPFS api.
https://github.com/n-bhasin/simpleipfs
ipfs ipfs-api ipfs-http-client
Last synced: 4 months ago
JSON representation
Implementing the image uploader in react using the IPFS api.
- Host: GitHub
- URL: https://github.com/n-bhasin/simpleipfs
- Owner: n-bhasin
- Created: 2020-06-07T19:27:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:34:58.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:21:30.931Z (about 1 year ago)
- Topics: ipfs, ipfs-api, ipfs-http-client
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIMPLE IMAGE UPLOADE USING IPFS
# Demo
Live Demo: https://n-bhasin.github.io/SImpleIPFS/
# Introduction
Implementing the image uploader in react using the IPFS api.
# Features
1. Upload the image to IPFS to get the hash of the image
2.Then call the IPFS api by providing the current image hash and to retrieve the uploaded image.
# Installation
Fork and clone the repo.
## Install packages
npm install
or
yarn install
## Run the App
npm run start
or
yarn run start