- Node.js(npm) installed on your local machine
- MetaMask Chrome extension installed in your browser
- Ganache, you can download from here
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
[sudo] yarn truffle compile
[sudo] yarn truffle test
[sudo] yarn truffle migrate
[sudo] yarn truffle console