The project is for testing simple dapp. Not for publishing.
Install foundry, react(vite) Try to use anvil for local testnet.
In foundry dir, forge script.
forge script script/Deploy.s.sol --fork-url [anvil rpc url] --private-key [private_key] --broadcast
In getContact.js and ProductDetail.jsx, select the contract address with your own contract address.
Enter the command below in client dir.
npm run dev