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 87062b178d Rename project and update description. 2017-12-10 11:25:07 -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 Rename project and update description. 2017-12-10 11:25:07 -08:00
index.html Got basic IPFS file contents load and rendering working. 2017-12-09 23:06:25 -08:00
package.json Update to new js-ipfs. 2017-12-10 11:18:59 -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

Intergalactic

Intergalactic is a client-side gateway to the IPFS distributed web. Other than bootstrapping, it runs entirely in your browser without using any servers.

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

npm install
node server.js

TODO

Usage

TODO