Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)