Skip to content

DarkMage108/Uniswap-Clone-Nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap Clone (Next.js + Sanity + Solidity)

Uniswap Clone built using Next.js, TailwindCss, Solidity and Sanity hope you like it. Tweak it and use it !!

Run Locally

  • Run this command git clone https://github.com/DarkMage108/Uniswap-Clone-Nextjs.git
  • You are now in the dev environment and you can play around

Tech Stack

  • Next.js
  • TailwindCss
  • Solidity
  • Alchemy
  • Sanity

Steps

  • Create folder and Navigate to it
  • Run Command (This will create client folder with Next.js and Tailwind Template and all the dependencies will be installed)
yarn create next-app -e with-tailwindcss client
  • Create two more folders on the root (studio and smart_contract)

Setup Sanity

  • Install Sanity cli globally npm i -g @sanity/cli
  • Navigate to sanity directory cd sanity
  • Initialize Sanity with CleverProgrammer (Shoutout) coupon
sanity init --coupon cleverprogrammer
  • project name: YourChoice (Enter)

  • Use default configuration: Y (Enter)

  • Output path: (Enter)

  • Select Project Template: Clean project with no predefined schemas (Enter)

  • Create Schemas

  • Run Sanity sanity start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published