diff --git a/README.md b/README.md index 6d9fad7..e4d4244 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [IPFessay](https://gitlab.com/stavros/IPFessay) - A simple way to publish uncensorable essays on IPFS. - [IPFS Drive](http://ipfs-drive.ydns.eu) - In browser file manager for IPFS. [Source](https://github.com/fazo96/ipfs-drive) - [IPFS Event Drop](https://github.com/travisperson/ipfs-event-drops) - An app that allows for improved visualization of ipfs events. +- [IPFS ID and Public Key QR Codes Demo](https://ipfs.io/ipfs/zdj7Whr8X3zah99TSuyPjENaERcBW9C7B36EaCb1DEZ5pbbL9/) - A demo app that uses windows.ipfs to show you a QR Code of your IPNS Link and of your Public Key. [Source](https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes) - [ipfs-md-wiki](https://github.com/daijiale/ipfs-md-wiki) - Build your wiki system base on ipfs and markdown. - [ipfs-search](http://ipfs-search.com) - Search engine for files and directories on IPFS. - [ipfs-share](https://github.com/rameshvarun/ipfs-share) - Pastebin/Image host/File sharing application @@ -84,6 +85,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [qri](https://qri.io) - Dataset creation, collaboration, and discovery on the distributed web. [Source](https://github.com/qri-io/qri) - [Temporal](https://github.com/RTradeLtd/Temporal) - Temporal is an easy to use API and platform for integrating IPFS and other distributed/decentralized storage technologies into enterprise applications - [Textile Photos](https://www.textile.photos) - Textile Photos is a secure, mobile digital wallet for your photos. [Source](https://github.com/textileio/textile-mobile) +- [ToDo List Demo](https://ipfs.io/ipfs/QmfFaH6dGibQ5JwEdsujeHBzsmHUsFRB5kU9P8nzPyzMv2/) - A ToDo List demo app that uses windows.ipfs. [Source](https://github.com/ipfs-shipyard/demo-ipfs-todo) - [ujo](http://ujomusic.com/) - A blockchain marketplace for musicians. - [uport](https://uport.me/#home) - Uport is a mobile, self-sovereign identity and key management system, built on the Ethereum blockchain. diff --git a/data/apps.yaml b/data/apps.yaml index 9dd5c62..14e307a 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -271,3 +271,15 @@ content: picture: /images/peer-map-demo.jpg description: > A map of IPv4 IPFS peers that uses window.ipfs + - title: IPFS ID and Public Key QR Codes Demo + website: https://ipfs.io/ipfs/zdj7Whr8X3zah99TSuyPjENaERcBW9C7B36EaCb1DEZ5pbbL9/ + source: https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes + picture: /images/id-qr-code.png + description: > + A demo app that uses windows.ipfs to show you a QR Code of your IPNS Link and of your Public Key. + - title: ToDo List Demo + website: https://ipfs.io/ipfs/QmfFaH6dGibQ5JwEdsujeHBzsmHUsFRB5kU9P8nzPyzMv2/ + source: https://github.com/ipfs-shipyard/demo-ipfs-todo + picture: /images/todo-demo.png + description: > + A ToDo List demo app that uses windows.ipfs. diff --git a/src/static/images/id-qr-code.png b/src/static/images/id-qr-code.png new file mode 100644 index 0000000..95f1ccf Binary files /dev/null and b/src/static/images/id-qr-code.png differ diff --git a/src/static/images/todo-demo.png b/src/static/images/todo-demo.png new file mode 100644 index 0000000..3ee1471 Binary files /dev/null and b/src/static/images/todo-demo.png differ