https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes
Generates a QR Code of your IPNS URL and Public Key
https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes
app dapp distributed example ipfs
Last synced: 18 days ago
JSON representation
Generates a QR Code of your IPNS URL and Public Key
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes
- Owner: ipfs-shipyard
- License: mit
- Created: 2018-04-03T17:16:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T16:06:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T13:06:07.697Z (18 days ago)
- Topics: app, dapp, distributed, example, ipfs
- Language: HTML
- Homepage: https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes#readme
- Size: 2.54 MB
- Stars: 25
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPFS ID and Public Key example
> Simple demo app that connects to API port of IPFS node, reads its PeerID and displays it as QR code.
>
> **Note:** ⚠️ this is just a PoC, not meant for production use. Due to the way browser security model works, this example requires CORS safelisting via `API.HTTPHeaders.Access-Control-Allow-Origin`> 
Demo: https://bafybeib77af5a2ymrhl2etf4hq2x32o7qs3shkaatznyjxrhnipksjkh4i.ipfs.dweb.link (needs to be appended to `API.HTTPHeaders.Access-Control-Allow-Origin`)
## Install
1. This requires the user to have an [IPFS node running](https://ipfs.io/#install) with the app Origin added to `API.HTTPHeaders.Access-Control-Allow-Origin`
2. Install dependencies `npm install`
3. Build the app `npm run build`
4. Start the app `npm start`