Skip to content

A scaffold repository for quickly building Blinks on the Monad blockchain. Contains a starter template to help developers get started with Blink development.

Notifications You must be signed in to change notification settings

dialectlabs/blink-starter-monad

Repository files navigation

Blink Starter for Monad

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.

Blink Scaffold for Monad

Guide 🔥🔥🔥

Learn how to build this Blink from scratch with our extensive guide: https://docs.dialect.to/blinks/blinks-provider/guides/tip-blink

Prerequisites

  • Node.js 18+
  • npm, yarn, pnpm, or bun
  • A wallet with some MON tokens (for testing donations)

Environment Setup

In the .env file, we have preset a DONATION_WALLET address as well as the public RPC endpoint for the Monad testnet.

If you prefer to use your own wallet or RPC, please update the .env file accordingly.

  • NEXT_PUBLIC_RPC_URL: Monad RPC URL
  • DONATION_WALLET: The wallet address to receive donations

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the application.

License

MIT

About

A scaffold repository for quickly building Blinks on the Monad blockchain. Contains a starter template to help developers get started with Blink development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published