A map of IPv4 IPFS peers that uses window.ipfs
Demo: https://tableflip.github.io/ipfs-peer-map-example/dist/
-
This app requires
window.ipfs
. Install the IPFS Companion web extension: -
Install dependencies
npm install
-
Obtain a MapBox access token
-
Build the app
MAPBOX_ACCESS_TOKEN=[your access token] npm run build
-
Start the app
npm start
Instead of steps 4 & 5: MAPBOX_ACCESS_TOKEN=[your access token] npm run watch