All Projects → ipfs-shipyard → demo-ipfs-id-qr-codes

ipfs-shipyard / demo-ipfs-id-qr-codes

Licence: MIT license
Generates a QR Code of your IPNS URL and Public Key

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to demo-ipfs-id-qr-codes

ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+300%)
Mutual labels:  dapp, ipfs, distributed
demo-ipfs-todo
Simple ToDo app using window.ipfs
Stars: ✭ 16 (-23.81%)
Mutual labels:  dapp, ipfs, distributed
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+495.24%)
Mutual labels:  dapp, ipfs
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+757.14%)
Mutual labels:  dapp, ipfs
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+2338.1%)
Mutual labels:  dapp, ipfs
Ipfs Social Proof
IPFS Social Proof: A decentralized identity and social proof system
Stars: ✭ 96 (+357.14%)
Mutual labels:  dapp, ipfs
Awesome Web3
🚀 A curated list of tools, libs and resources to help you build awesome dapps
Stars: ✭ 104 (+395.24%)
Mutual labels:  dapp, ipfs
example-orbitdb-todomvc
TodoMVC with OrbitDB
Stars: ✭ 17 (-19.05%)
Mutual labels:  example, ipfs
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (+66.67%)
Mutual labels:  dapp, ipfs
eth-plot
r/place inspired Dapp
Stars: ✭ 36 (+71.43%)
Mutual labels:  dapp, ipfs
orbit-db-cli
CLI for orbit-db
Stars: ✭ 60 (+185.71%)
Mutual labels:  ipfs, distributed
tiddlywiki-ipfs
IPFS with TiddlyWiki
Stars: ✭ 50 (+138.1%)
Mutual labels:  dapp, ipfs
Element
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
Stars: ✭ 80 (+280.95%)
Mutual labels:  dapp, ipfs
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (+276.19%)
Mutual labels:  dapp, ipfs
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+685.71%)
Mutual labels:  dapp, ipfs
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (+200%)
Mutual labels:  dapp, ipfs
workshop-todo-dapp
A workshop into adding realtime collaboration in a typical To-do app
Stars: ✭ 29 (+38.1%)
Mutual labels:  example, dapp
Dstatuspage
Decentralized Status Page
Stars: ✭ 571 (+2619.05%)
Mutual labels:  dapp, ipfs
Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (+57.14%)
Mutual labels:  dapp, ipfs
qd-messages-ts
No ads, no tracking. Just a lightning fast peer-to-peer cross-platform messenger that doesn’t sell you out.
Stars: ✭ 22 (+4.76%)
Mutual labels:  dapp, ipfs

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

2021-06-21--17-57-49

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 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].