/chat-dapp

It is a basic chat app using IPFS Blockchain based technology.

Primary LanguageJavaScriptMIT LicenseMIT

Basic Chat Dapp

Basic Chat App using IPFS Blockchain based Technology.

Install

  1. This app works best with window.ipfs. Install the IPFS Companion web extension:

  2. Install dependencies yarn install

  3. Build the app yarn build

  4. Start the app yarn start

Develop

Instead of steps 3 & 4: yarn watch

Deploy

Add to ipfs via ipfs add -r dist/

Thanks

Based on the excellent ipfs-peer-map-example from tableflip.io.