ipfs-peer-map-example icon indicating copy to clipboard operation
ipfs-peer-map-example copied to clipboard

A map of IPv4 IPFS peers that uses window.ipfs

ipfs-peer-map-example

A map of IPv4 IPFS peers that uses window.ipfs

Demo: https://tableflip.github.io/ipfs-peer-map-example/dist/

screen shot 2018-03-05 at 21 42 40

Install

  1. This app requires window.ipfs. Install the IPFS Companion web extension:

  2. Install dependencies npm install

  3. Obtain a MapBox access token

  4. Build the app MAPBOX_ACCESS_TOKEN=[your access token] npm run build

  5. Start the app npm start

Develop

Instead of steps 4 & 5: MAPBOX_ACCESS_TOKEN=[your access token] npm run watch