diff --git a/README.md b/README.md index 1722d51..6e99c3a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [beets](https://github.com/beetbox/beets) - Beets has a plugin which allows for easy sharing of music libraries using IPFS - [Blokaly](https://github.com/blokaly) - A badge issuing, sharing and display platform based on IPFS. - [Boards](https://ipfs.io/ipns/boards.ydns.eu) - Distributed social platform that runs in the browser. [Source](https://github.com/fazo96/ipfs-boards) +- [brig](https://brig.readthedocs.io/en/latest) - File synchronization with git like interface and FUSE filesystem. [Source](https://github.com/sahib/brig) - [Cohort](https://github.com/zignig/cohort) - A golang app to preset a threejs interface and get all of its assets out of IPFS. - [Computes](https://computes.io) - Computes.io is a distributed supercomputer powered by IPFS. - [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. @@ -87,6 +88,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [PubSub Chat Demo](https://ipfs.io/ipfs/QmWZ3u5S7RjFXKfW6dSZhj7CozcvpqJxm48RYMmKkWcmNQ/) - A ~76KB demo chat app that uses window.ipfs, provided by the IPFS Companion web extension [Source](https://github.com/tableflip/ipfs-pubsub-chat-example) - [PushToTalk](http://timothy.hobbs.cz/push-to-talk/index.html) - Push to Talk lets you edit audio essays and publish them with IPFS. - [qri](https://qri.io) - Dataset creation, collaboration, and discovery on the distributed web. [Source](https://github.com/qri-io/qri) +- [Request Network](https://request.network/) - Decentralized network for financial transactions. [Source](https://github.com/RequestNetwork/requestNetwork) - [TallyLab](https://tallylab.com/) - Local-first, end-to-end encrypted diary app for capturing, analyzing, and sharing data about any and everything. - [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) @@ -102,6 +104,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - 2017-08-21: [Understanding the IPFS White Paper part 2](https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html) - 2017-08-10: [Understanding the IPFS White Paper part 1](https://decentralized.blog/understanding-the-ipfs-white-paper-part-1.html) - 2017-06-13: [Decentralized & Distributed Edge Computing Comes to Computes.io](https://blog.computes.io/decentralized-distributed-edge-computing-comes-to-computes-io-396aa062bc85) +- [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) - 2017-05-05: [Decentralized indexes for public genomic data](https://github.com/luizirber/2017-recomb) - 2017-03-31: [Using IPFS for IoT Communications](https://medium.com/@chrismatthieu/using-ipfs-for-iot-communications-b49c2139783a) - 2016-09-12: [IPFS: The Internet Democratised](https://medium.com/@tonywillenberg/web-3-0-a-truly-democratised-internet-f4b06cb4077b) @@ -111,7 +114,6 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - 2015-09-13: [Introduction to IPFS](http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example) - 2015-09-10: [First Steps Toward Implementing Distributed Permanent Web With IPFS](https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/) - 2015-09-08: [HTTP is obsolete. It's time for the distributed, permanent web](https://ipfs.io/ipfs/QmNhFJjGcMPqpuYfxL62VVB9528NXqDNMFXiqN5bgFYiZ1/its-time-for-the-permanent-web.html) -- [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) ## Datasets @@ -137,6 +139,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [ipfs-add-from-url](https://github.com/maxlath/ipfs-add-from-url) - Add a file to IPFS from a URL instead of a file path - [ipfs-chrome-extension](https://github.com/dylanPowers/ipfs-chrome-extension) - Chrome extension to redirect ipfs.io traffic to local gateway - [ipfs-chrome-station](https://github.com/fbaiodias/ipfs-chrome-station) - Chrome extension to redirect ipfs.io traffic to local gateway +- [ipfs-common](https://github.com/arsyun) - some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. [Source](https://github.com/arsyun/ipfs-common) - [ipfs-companion](https://github.com/ipfs/ipfs-companion) - Browser extension that simplifies access to IPFS resources. - [ipfs-gui](https://github.com/marcin212/ipfs-gui) - Windows UI integration and IPFS installer - [ipfs-linux-service](https://github.com/dylanPowers/ipfs-linux-service) - IPFS Linux Init Daemon diff --git a/data/apps.yaml b/data/apps.yaml index ba0b2f4..2252287 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -36,6 +36,11 @@ content: source: https://github.com/fazo96/ipfs-boards description: > Distributed social platform that runs in the browser. + - title: brig + website: https://brig.readthedocs.io/en/latest + source: https://github.com/sahib/brig + description: > + File synchronization with git like interface and FUSE filesystem. - title: Cohort source: https://github.com/zignig/cohort description: > @@ -311,9 +316,13 @@ content: source: https://github.com/amar-laksh/xfce-screenshooter-ipfs-support description: > A fork of xfce-screenshooter with IPFS support! - + - title: Request Network + website: https://request.network/ + source: https://github.com/RequestNetwork/requestNetwork + picture: /images/request-network.png + description: > + Decentralized network for financial transactions. - title: KDE-DolphinServiceMenu-IPFS source: https://github.com/amar-laksh/KDE-DolphinServiceMenu-IPFS description: > - Service Menu for Dolphin File Manager to upload files to IPFS - + Service Menu for Dolphin File Manager to upload files to IPFS \ No newline at end of file diff --git a/data/tools.yaml b/data/tools.yaml index be7d98a..df16037 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -93,3 +93,8 @@ content: description: > Monitor the current block number of the Ethereum blockchain, and set alerts (stored locally using PouchDB in your browser) for when certain block heights are passed. +- title: ipfs-common + website: https://github.com/arsyun + source: https://github.com/arsyun/ipfs-common + description: > + some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. diff --git a/src/static/images/request-network.png b/src/static/images/request-network.png new file mode 100644 index 0000000..6959bd5 Binary files /dev/null and b/src/static/images/request-network.png differ