Develop branch vercel deployment domain: https://tradepro-git-develop-cos30049.vercel.app
Install Node.js if you haven't
Navigate to the Project Directory
cd path/to/project-folderInstall npm package
npm install
npm install ganache --globalOpen a new terminal
ganache --mnemonic "also spring announce response naive monitor unusual name lecture foster rose oxygen"Install Metamask extension on browser. Import any private key onto Metamask account.
On Metamask, click on the Network Button.
Configure as follow. Note that the local host link should start with http://127.0.0.1:8545
Open a new terminal
npx hardhat run scripts/deploy.js --network ganacheand paste the trading contract into the const in BuyTradingClient.tsx.
Build and the development server:
npm run buildnpm run devOpen http://localhost:3000 with your browser to see the result.
For the best experience, please use the Command Line integrated within Visual Studio Code.

