https://github.com/matiasinsaurralde/etherforum
An experimental / proof of concept / distributed forum built on top of Ethereum
https://github.com/matiasinsaurralde/etherforum
Last synced: 6 months ago
JSON representation
An experimental / proof of concept / distributed forum built on top of Ethereum
- Host: GitHub
- URL: https://github.com/matiasinsaurralde/etherforum
- Owner: matiasinsaurralde
- License: mit
- Created: 2015-11-24T09:51:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T16:47:09.000Z (over 9 years ago)
- Last Synced: 2025-04-10T19:08:29.821Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etherforum
An experimental / proof of concept / distributed forum built on top of Ethereum.
**Demo Client URL**: http://104.236.224.46/
## Setup (development, local)
- Install [geth](https://github.com/ethereum/go-ethereum/wiki/geth)
- Run ```geth --dev``` or check the ```geth_dev.sh``` script for more options
- Coming soon...## Contracts
I'm including a few contract templates, and I would be happy to provide a setup wizard (?).
## Requirements
Some ether and patience?
You may run it locally (devnet) as well!
## Ideas
* whisper integration
* alt clients (mobile?)
* integrate with [ethereumjs-accounts](https://github.com/SilentCicero/ethereumjs-accounts)
* switch to [truffle](https://github.com/ConsenSys/truffle) or similar framework
* dockerize## Contact
Tips, ideas, etc: matias AT insaurral.de
## License
This is licensed under the [MIT license](https://github.com/matiasinsaurralde/etherforum/blob/master/LICENSE).