Truffle, Ganache, Metamask
-
Install ganache and start it up.
-
Install metamask extension in your preferred browser.
-
Run the ganache, and copy the rpc url and chain id.
- Add network manually in metamask using the copied rpc url and chain id with any name and symbol.
-
Switch to the added network.
-
Copy private keys from ganache from any of the account and import it to metamask.
-
Create a new folder to store the project
-
Open a administrator command prompt and cd into the newly created folder.
-
Clone the project
git clone https://github.com/IronicDeGawd/Product_Detection_with_Documentation.git
-
Follow the comamands:n
cd Product_Detection_with_Documentation npm install // to install npm modules npm install -g truffle // command to install truffle truffle migrate --reset // truffle to command reset deployed smart contracts cd client npm install npm install --global yarn //command to install yarn yarn build yarn global add serve npm run start