Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:34:58.000Z (about 2 years ago)
- Last Synced: 2025-01-20T01:48:43.001Z (8 days 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