diff --git a/README.md b/README.md index bc30125..5bcb11e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Readme and the website are automatically generated. In order to add an element t - [Discussify](https://github.com/ipfs-shipyard/discussify-browser-extension) - Discussify provides a real-time, peer to peer, and permanent discussion platform for anyone to join and participate. - [DtinyUrl](https://github.com/facert/dtinyurl) - Decentralized URL shortening service based on IPFS. - [dtube](https://d.tube) - Distributed video sharing with steem.it intergrations, using ipfs for backend storage. +- [edChain](https://www.edchain.io/) - EdChain is a global network for education and careers. It uses blockchain and distributed web technologies to deliver educational content, even to those without broadband internet. [Source](https://github.com/edchainio/edchain-client-gui) - [enzypt.io](https://enzypt.io/) - A website to buy and sell files through Ethereum and IPFS. [Source](https://github.com/flex-dapps/enzypt) - [Ethlance](http://ethlance.com) - First completely decentralised job market platform built on Ethereum and IPFS. [Source](https://github.com/madvas/ethlance) - [git-ipfs-rehost](https://github.com/whyrusleeping/git-ipfs-rehost) - A script to rehost your git repos in ipfs. diff --git a/data/apps.yaml b/data/apps.yaml index 227f6ef..67911e8 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -95,6 +95,13 @@ content: description: > Distributed video sharing with steem.it intergrations, using ipfs for backend storage. + - title: edChain + website: https://www.edchain.io/ + source: https://github.com/edchainio/edchain-client-gui + picture: /images/edchain.png + description: > + EdChain is a global network for education and careers. It uses blockchain + and distributed web technologies to deliver educational content, even to those without broadband internet. - title: Ethlance website: http://ethlance.com source: https://github.com/madvas/ethlance diff --git a/src/static/images/edchain.png b/src/static/images/edchain.png new file mode 100644 index 0000000..84704ed Binary files /dev/null and b/src/static/images/edchain.png differ