diff --git a/README.md b/README.md index 66f565c..e1f54d1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [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. +- [Cyber](https://github.com/cybercongress) - A distributed consensus supercomputer that runs on top of IPFS. It can compute relevance for web3 data via the use of cyberlinks, that are created from IPFS hashes. - [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. - [Diffuse](https://diffuse.sh) - Play music from your IPFS node, or any other cloud/distributed storage service you use. - [digx](https://www.dgx.io/) - Digix is an asset-tokenisation platform built on Ethereum and IPFS. diff --git a/data/apps.yaml b/data/apps.yaml index c2a5170..f843a21 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -3,6 +3,12 @@ color: aqua icon: stroke_marketing description: Applications built with IPFS or with functionality that uses IPFS. content: + - title: Cyber + website: https://cybercongress.ai/ + source: https://github.com/cybercongress + picture: /images/cybercongress.png + description: > + A consensus computer on top of IPFS that uses IPFS hashes to create cyberlinks. - title: SimpleID website: https://simpleid.xyz/ source: https://github.com/simplesecure/ diff --git a/src/static/images/cybercongress.png b/src/static/images/cybercongress.png new file mode 100644 index 0000000..4a82c07 Binary files /dev/null and b/src/static/images/cybercongress.png differ