Migration Notice: The Monad scaffold is being replaced by our new EVM Scaffold, which provides enhanced multi-chain support including Sei, Monad, and Sepolia. We recommend using the EVM scaffold for new projects.
NextJS
and Tailwind
as the front end framework plus API routes for the backend. It comes with all necessary dependencies and configuration out of the box, so that you can immediately start building.

Features
- Nextjs React framework
- Tailwind
- Blink SDK
- Solana Actions
- Dark/Light Mode
- Connectkit
- Wagmi
- Viem
Installation
Run our Starter command
To install the starter, all you have to do is run the command below in your terminal.Set RPC URL
By default, we use the Monad testnet RPC in our examples. If you have your own RPC, please update it in the.env
-file. If you add your private RPC, don’t forget to add the .env
to your .gitignore
.
Run on localhost
Run the following command in your terminalhttp://localhost:3000
. Please be reminded that the port 3000 could also be a different port. It is recommended to check the port in your terminal.