Comit
An application that allows constituents to commit issues to a blockchain, powered by Tendermint.
Install / Use
/learn @zbo14/ComitREADME
Description
Comit provides an infrastructure through which citizens view, submit, and find issues in their area (e.g. service requests, complaints, other types TBD). Submitted text and media (images, video) are appended to a decentralized, censorship-resistant ledger (the blockchain) and sent to a live application feed.
Installation
- Download and install Go
- Install Tendermint
Usage
####Demo app
- In terminal window,
cd scriptsfrom base directory - Then
sh start_app.shto start app - In another terminal window,
sh start_node.shto start tendermint node - Visit
localhost:8888/endpointin your web browser - See docs for list of endpoints/more details on usage
####Run Tests
- In terminal window,
cd scriptsfrom base directory - Then
sh run_test.shto run tests
Credits
Design and logo by JFang Design
