diff --git a/README.md b/README.md index c8e5b69..aa58aa2 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el ## Apps +- [3Box](https://3box.io) - Create and manage your Ethereum Profile, and your personal data. Use the 3box-js library to integrate profiles into your dapp. [Source](https://github.com/uport-project/3box) - [a js video player](https://github.com/ipfs/website/tree/master/content/docs/examples/webapps/play) - [Demo](https://ipfs.io/ipfs/QmVc6zuAneKJzicnJpfrqCH9gSy6bz54JhcypfJYhGUFQu/play#/ipfs/QmTKZgRNwDNZwHtJSjCp6r5FYefzpULfy37JvMt9DwvXs) - [a markdown renderer](https://github.com/ipfs/website/tree/master/content/docs/examples/webapps/markdown-viewer) - [Demo](https://ipfs.io/ipfs/QmSrCRJmzE4zE1nAfWPbzVfanKQNBhp7ZWmMnEdbiLvYNh/mdown#/ipfs/QmfQ75DjAxYzxMP2hdm6o4wFwZS5t7uorEZ2pX9AKXEg2u) - [a qr-code renderer](https://github.com/ipfs/website/tree/master/content/docs/examples/webapps/qr-render) - [Demo](https://ipfs.io/ipfs/QmccqhJg5wm5kNjAP4k4HrYxoqaXUGNuotDUqfvYBx8jrR/qr#enter%20text%20here) diff --git a/data/apps.yaml b/data/apps.yaml index 881d82d..e3cef16 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -296,3 +296,10 @@ content: Run your IPFS node on your machine without having to bother with command line tools. Manage your node, add your files, easily change the settings... everything from just one interface. + - title: 3Box + website: https://3box.io + source: https://github.com/uport-project/3box + picture: /images/3box.png + description: > + Create and manage your Ethereum Profile, and your personal data. Use the 3box-js + library to integrate profiles into your dapp. diff --git a/src/static/images/3box.png b/src/static/images/3box.png new file mode 100644 index 0000000..1483478 Binary files /dev/null and b/src/static/images/3box.png differ