An Ethereum based Decentralised Quora. It is designed to provide better answers to the questions by providing incentives to asnwerers and voters.
- Install Dependencies.
cd client
npm install
- Compile the Smart Contract.
node src/ethereum/compile.js
- To run the Dapp.
npm start
See CONTRIBUTING.md.
Found a bug? Create an issue.