Socket
Book a DemoInstallSign in
Socket

@dialectlabs/create-blink-scaffold

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialectlabs/create-blink-scaffold

Create Blinks for Solana and EVM blockchains

latest
npmnpm
Version
2.0.0
Version published
Maintainers
5
Created
Source

Scaffold a NextJS Blink dApp for Solana or Monad with one command.

Usage

# Using npx (recommended)
npx @dialectlabs/create-blink-scaffold

# Or using npm
npm init @dialectlabs/blink-scaffold

Features

  • Interactive CLI to scaffold a new Blink dApp
  • Support for Solana and Monad blockchains
  • Sets up a complete NextJS project with all the necessary dependencies
  • Pre-configured environment setup

Requirements

  • Node.js 16+
  • npm 7+

What's Included

The scaffolded project includes:

  • NextJS setup optimized for web3 development
  • Pre-configured blockchain connectivity
  • Environment variables setup
  • Git repository initialization

Development

# Clone this repository
git clone https://github.com/dialectlabs/create-blink-scaffold.git
cd create-blink-scaffold

# Install dependencies
npm install

# Run locally
npm start

License

MIT © Dialect Labs

FAQs

Package last updated on 17 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts