Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Latest commit

 

History

History
82 lines (60 loc) · 1.36 KB

README.md

File metadata and controls

82 lines (60 loc) · 1.36 KB

Architecture 🏗️

How it works 🛠️

Demo Video 🎥

Screenshots 📸







🧑🏼‍💻 Tech Stack

  • Frontend: Next.js, Tailwind CSS, @shadcn/ui
  • Integration: wagmi, web3modal

Get Started 🚀

The following repository is a turborepo and divided into the following:

  • apps/www - The web application built using NextJS.

First install the dependencies by running the following:


pnpm install

Then fill in the Environment variables in apps/www/.env.local

Then run the following command to start the application:

pnpm dev