Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:27:25.000Z (about 2 years ago)
- Last Synced: 2024-12-03T15:11:58.306Z (about 1 month ago)
- Topics: docker, docker-compose, example, ipfs, ipfs-api, ipfs-client, reactjs
- Language: HTML
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- 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:
![Homescreenshot](screenshot/sc_home.png)
Upload successful:
![Uploadscreenshot](screenshot/sc_upload_successful.png)