@dialectlabs/create-blink-scaffold
v2.0.0
Published
Create Blinks for Solana and EVM blockchains
Keywords
Readme
@dialectlabs/create-blink-scaffold
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-scaffoldFeatures
- 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 startLicense
MIT © Dialect Labs
