|
|
|
|
|
|
- Frontend: Next.js, Tailwind CSS,
@shadcn/ui
- Integration:
wagmi
,web3modal
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