Quickstart
Courses
Head over to the course tab in the dashboard to view educational content regarding Solana and openSOL.
Blocks to Code
Create a new NextJS repository
npx create-next-app@latest [project-name] [options]
Copy and paste your generated flow code from openSOL
Install necessary dependencies (solana/web3.js, etc.)
npm install
Then run the NextJS application or functions
npm run dev
Last updated