Uniswap Blockchain Web 3.0 App with Next.js & Sanity & Hardhat
First, run the client development server:
cd client
yarn dev
Deploy your smart contract:
cd smart_contract
npx hardhat run scripts/deploy.js --network rinkeby
Open http://localhost:3000 with your browser to see the result.