An open API service indexing awesome lists of open source software.

https://github.com/tableflip/ipfs-peer-map-example

A map of IPv4 IPFS peers that uses window.ipfs
https://github.com/tableflip/ipfs-peer-map-example

Last synced: about 1 year ago
JSON representation

A map of IPv4 IPFS peers that uses window.ipfs

Awesome Lists containing this project

README

          

# 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`