> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dialect.to/llms.txt
> Use this file to discover all available pages before exploring further.

# EVM Starter

> The blink starter for EVM is the fastest way to start with your blink project across EVM-compatible chains.

Blink starter EVM acts as a downloadable and reusable template that utilizes `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 across any EVM-compatible network.

<img src="https://res.cloudinary.com/dnxjhra4h/image/upload/f_auto,q_auto/dialect-docs/evm-scaffold-preview.png" alt="Screenshot from blink scaffold EVM landing page" />

### Features

* Nextjs React framework
* Tailwind
* Blink SDK
* Solana Actions
* Connectkit
* Wagmi
* Viem

### Supported Chains

Currently supported EVM-compatible chains:

* **Sei**
* **Monad**
* **Sepolia**

Want to add support for additional chains or wallets? Check out our [contribution guidelines](https://github.com/dialectlabs/blink-starter-evm/blob/main/CONTRIBUTING.md) to learn how you can contribute.

### Installation

#### Run our Starter command

To install the starter, all you have to do is run the command below in your terminal.

```bash theme={null}
npx create-blinks-app
```

### Run on localhost

Run the following command in your terminal

```bash theme={null}
npm run dev
```

Open your browser and visit `http://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.

### GitHub Repository

Access the complete source code and examples at: [https://github.com/dialectlabs/blink-starter-evm](https://github.com/dialectlabs/blink-starter-evm)
