Skip to content

kailash360/De-Quora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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