Skip to content

Building Uniswap Blockchain Web 3.0 App clone using Solidity, Next JS, Sanity.io, Tailwind CSS, and Vercel.

Notifications You must be signed in to change notification settings

araza95/uniswap-blockchain-web3.0-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniSwap Blockchain Web 3.0 APP

Live

Preview

Cmds

1- npm create next-app -e with-tailwindcss client  -> NEXT.Js
2- md studio ( create's new folder in the root directory ) -> Sanity DB
3- md smart contract -> Solidity 
4- cd studio    
    If sanity is not installed, type : npm i -g @sanity/cli
    sanity init
    --Use the default dataset configuration? Yes
    --clean schema.

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
# or
pnpm create next-app -- --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).

About

Building Uniswap Blockchain Web 3.0 App clone using Solidity, Next JS, Sanity.io, Tailwind CSS, and Vercel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published