/uniswap-clone

Uniswap Blockchain Web 3.0 App with Next.js & Sanity

Primary LanguageJavaScript

uniswap-clone

Uniswap Blockchain Web 3.0 App with Next.js & Sanity & Hardhat Uniswap clone

Getting Started

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.