Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 674 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 674 Bytes

ipfs-react-example

This is example implement IPFS on ReactJS and use Docker to build, run and ship

Requirements

To use this example, you must to install:

  • Docker
  • Docker-compose

Easy to build, run and ship

You only need to run this command to start:

docker-compose up

Architecture

In this project, include services:

  1. Client-side: ReactJS build on NodeJS (on port 3000 development)
  2. IPFS:
    • IPFS Swarm on port 4001
    • IPFS API on port 5001
    • IPFS Gateway on port 8080

Screenshot

Example:

Homescreenshot

Upload successful:

Uploadscreenshot