From f522ff61bf390ac7829540641fc9edadae3bbd88 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 9 Dec 2017 23:27:01 -0800 Subject: [PATCH] Add basic/incomplete README. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f484d76 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## 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