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
- Host: GitHub
- URL: https://github.com/tableflip/ipfs-peer-map-example
- Owner: tableflip
- License: mit
- Created: 2018-03-05T22:12:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T08:00:49.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T20:16:19.047Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tableflip.github.io/ipfs-peer-map-example/dist/
- Size: 119 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/

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

