Basic template for building simple IPFS-based browser ĐApps
-
This app works best with
window.ipfs
. Install the IPFS Companion web extension: -
Install dependencies
yarn install
-
Build the app
yarn build
-
Start the app
yarn start
Instead of steps 3 & 4: yarn watch
Add to ipfs via ipfs add -r dist/
Based on the excellent ipfs-peer-map-example
from tableflip.io.