/De-Quora

A decentralized discussion forum

Primary LanguageJavaScript

De-Quora

A decentralized discussion forum

Setting up locally

  • Clone the repository and install dependencies in the client using the following command
cd client && npm install --dev
  • Compile the contracts and deploy on Ganache lcoal testnet
truffle deploy --reset
  • Start the client side
npm start