Skip to content

Implementing the image uploader in react using the IPFS api.

Notifications You must be signed in to change notification settings

n-bhasin/SImpleIPFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementing the image uploader in react using the IPFS api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published