ETH-Tech-Marketplace Prerequisites Node.js(npm) installed on your local machine MetaMask Chrome extension installed in your browser Ganache, you can download from here To run the project: git clone https://github.com/meetakbari/ETH-Tech-Marketplace.git cd ETH-Tech-Marketplace npm install npm install -g yarn [sudo] yarn global add truffle@5.0.5 (due to some npm versioning issue with truffle, I have used truffle with yarn) npm start run To compile the smart contracts [sudo] yarn truffle compile To test the smart contracts [sudo] yarn truffle test To deploy the smart contracts [sudo] yarn truffle migrate To open the truffle console [sudo] yarn truffle console