- Next.js: Used for building the React application, providing server-side rendering to make the front end responsive and smooth.
- Viem and Wagmi Libraries: Vital for integrating with the smart contract on the blockchain, facilitating seamless communication and saving time and effort.
- web3modal: Employed to manage user wallets and ensure secure transactions, including account creation and transaction signing.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev