Skip to main content

Solana Scaffold

Blink scaffold Solana 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.

Screenshot from Dialect's Blink Solana Scaffold

Features

  • Nextjs React framework
  • Tailwind
  • Blink SDK
  • Solana Web3.js
  • Dark/Light Mode
  • Solana Wallet Adapter

Installation

Clone repository

To install the scaffold, all you have to do is to clone the repository

git clone https://github.com/dialectlabs/blink-starter-solana.git

Setup

Install the dependencies

cd blink-starter-solana && npm install

Run on localhost

Run the following command in your terminal

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.