A Next.js-based starter template demonstrating how to integrate Blinks with the Monad blockchain. This project showcases a simple donation application that allows users to send MON (Monad's native currency) to a specified wallet address.
Learn how to build this Blink from scratch with our extensive guide: https://docs.dialect.to/documentation/actions/guides/monad-starter-guides
- Node.js 18+
- npm, yarn, pnpm, or bun
- A wallet with some MON tokens (for testing donations)
- Copy the example environment file:
cp .env.example .env
- Configure the following environment variables:
NEXT_PUBLIC_RPC_URL
: Monad RPC URLDONATION_WALLET
: The wallet address to receive donations
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the application.
MIT