From 0064ca16c5977fffd4e6f4c3117810b306d5e54f Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Tue, 19 Sep 2017 11:49:02 -0700 Subject: [PATCH] Update demo-ipfs-chat.md --- doc/decent/demo-ipfs-chat.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/decent/demo-ipfs-chat.md b/doc/decent/demo-ipfs-chat.md index 6b3b26088f..fbcc6275e2 100644 --- a/doc/decent/demo-ipfs-chat.md +++ b/doc/decent/demo-ipfs-chat.md @@ -7,6 +7,10 @@ # Demo App: IPFS-based Decentralized Chat +This sample app demonstrates backing a P2P noms app by a decentralized blockstore (in this case, IPFS). Data is pulled off the network dynamically as needed - each client doesn't need a complete copy. + +# Build and Run + Demo app code is in the [ipfs-chat](https://github.com/attic-labs/noms/tree/master/samples/go/ipfs-chat/) directory. To get it up and running take the following steps: