Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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