An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

PayPal donate button
Bitcoin donate button

# 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).