Intergalactic is a client-side gateway to the IPFS distributed web.
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dan f522ff61bf Add basic/incomplete README. 2017-12-09 23:27:01 -08:00
src Got basic IPFS file contents load and rendering working. 2017-12-09 23:06:25 -08:00
.babelrc Initial import. 2017-12-05 22:09:58 -08:00
.eslintrc Initial import. 2017-12-05 22:09:58 -08:00
.gitignore Got basic IPFS file contents load and rendering working. 2017-12-09 23:06:25 -08:00
README.md Add basic/incomplete README. 2017-12-09 23:27:01 -08:00
index.html Got basic IPFS file contents load and rendering working. 2017-12-09 23:06:25 -08:00
package.json Got basic IPFS file contents load and rendering working. 2017-12-09 23:06:25 -08:00
server.js Initial import. 2017-12-05 22:09:58 -08:00
webpack.config.js Initial import. 2017-12-05 22:09:58 -08:00

README.md

js-ipfs-gateway

This is an application that runs in your browser as a gateway to the IPFS distributed web. It relies on js-ipfs to talk to the IPFS network.

Motivation

This project aims to bring the distributed web to anyone with a web browser, without having to download any software or go through a centralized gateway.

Installation

TODO

Usage

TODO