Quickstart

Courses

Head over to the course tab in the dashboard to view educational content regarding Solana and openSOL.

Blocks to Code

  1. Create a new NextJS repository

npx create-next-app@latest [project-name] [options]
  1. Copy and paste your generated flow code from openSOL

  2. Install necessary dependencies (solana/web3.js, etc.)

npm install
  1. Then run the NextJS application or functions

npm run dev

Last updated