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.
- GitHub: https://github.com/MrJeleika/sol-learn
- X: https://x.com/solana_learn
- Telegram: https://t.me/MrJeleika
- Pitch Deck: https://t.me/solana_learn
Before you begin, ensure you have the following installed on your system:
- Node.js v18 or higher
- Yarn v1.22 or higher
- Clone the repository:
git clone https://github.com/MrJeleika/sol-learn.git
cd solana-build- Install dependencies:
yarn installThis project is a monorepo containing two applications: landing and web.
To run the landing page in development mode:
yarn landing:devTo run the web application in development mode:
yarn web:devTo build the landing page for production:
yarn landing:buildTo build the web application for production:
yarn web:buildSolana development is easy! Prove me wrong.
© 2025 SOL Learn. All rights reserved.