Update demo-ipfs-chat.md

This commit is contained in:
Aaron Boodman
2017-09-19 11:49:02 -07:00
committed by GitHub
parent 2d0e9e7383
commit 0064ca16c5

View File

@@ -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: