/Counter

A simple Counter App

Primary LanguageJavaScript

This is a simple counter DApp.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Learn More

The contract was deployed on the sepolia testnet, so use the sepolia testnet to run this DApp.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.