Skip to content

RedDuck-Software/PLGRND

 
 

Repository files navigation

SOL Learn

Description

SOL Learn is an interactive educational platform that makes Solana blockchain development accessible through visual programming. Using an intuitive node-based interface, learners can drag-and-drop components to build and understand Solana transactions, programs, and cryptographic operations.

Links

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js v18 or higher
  • Yarn v1.22 or higher

Installation

  1. Clone the repository:
git clone https://github.com/MrJeleika/sol-learn.git
cd solana-build
  1. Install dependencies:
yarn install

How to Run

This project is a monorepo containing two applications: landing and web.

Development Mode

To run the landing page in development mode:

yarn landing:dev

To run the web application in development mode:

yarn web:dev

Production Build

To build the landing page for production:

yarn landing:build

To build the web application for production:

yarn web:build

Solana development is easy! Prove me wrong.

© 2025 SOL Learn. All rights reserved.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.1%
  • CSS 3.3%
  • Other 0.6%