https://github.com/tuanlh/ipfs-react-example
This is example for implement IPFS use Docker to build, run and ship. And use ReactJS to interact with IPFS API
https://github.com/tuanlh/ipfs-react-example
docker docker-compose example ipfs ipfs-api ipfs-client reactjs
Last synced: 1 day ago
JSON representation
This is example for implement IPFS use Docker to build, run and ship. And use ReactJS to interact with IPFS API
- Host: GitHub
- URL: https://github.com/tuanlh/ipfs-react-example
- Owner: tuanlh
- License: mit
- Created: 2019-09-15T11:01:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:27:25.000Z (about 3 years ago)
- Last Synced: 2025-04-08T11:38:11.890Z (10 months ago)
- Topics: docker, docker-compose, example, ipfs, ipfs-api, ipfs-client, reactjs
- Language: HTML
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
docker-compose up
```
## Architecture
In this project, include services:
1. **Client-side:** ReactJS build on NodeJS (on port ``3000`` development)
1. **IPFS:**
- IPFS Swarm on port 4001
- IPFS API on port 5001
- IPFS Gateway on port 8080
## Screenshot
Example:

Upload successful:
