Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrabAss/dCollab
Decentralized e-Learning Collaboration Platform as a Capstone Project (COMP4913, PolyU)
https://github.com/CrabAss/dCollab
comp4913 dapp ethereum javascript react whisper
Last synced: 2 months ago
JSON representation
Decentralized e-Learning Collaboration Platform as a Capstone Project (COMP4913, PolyU)
- Host: GitHub
- URL: https://github.com/CrabAss/dCollab
- Owner: CrabAss
- License: mit
- Created: 2020-05-14T09:42:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:22:59.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:03:18.020Z (5 months ago)
- Topics: comp4913, dapp, ethereum, javascript, react, whisper
- Language: JavaScript
- Homepage:
- Size: 6.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dCollab
A decentralized e-learning collaboration platform powered by Whisper v6 of Ethereum.
[Download dCollab here.](https://github.com/CrabAss/dCollab/releases/latest)
If you don't know how to test and run dCollab, [this wiki article](https://github.com/CrabAss/dCollab/wiki/How-to-test-and-run-dCollab) will help you establish a private Ethereum network with two nodes whose Whisper feature is enabled.
The [project report](https://github.com/CrabAss/dCollab/blob/master/dCollab_Report_public.pdf) describes how this dApp works in detail. This dApp is tested using `geth v1.9.14` on Windows 10 and Ubuntu 18.04. After building this dApp, you can launch it by directly open the `index.html`.
You can find the minimum viable product of Whisper v6 in [this repo](https://github.com/CrabAss/whisper-chat). This MVP is also tested using `geth v1.9.14` on Windows 10 and Ubuntu 18.04.
## License
Copyright (c) 2020 CrabAss.
dCollab is licensed under MIT License. For details, please refer to `LICENSE`.