
Intro to Solana Blockchain Developer Foundations.
Discover Rust via the official beginner book, with concepts, theory, mind maps, and practical code you run with cargo to see outputs powering Solana.
Learn to integrate the Solana wallet adapter with a React dApp frontend to sign messages and transactions, request devnet airdrops, and submit legacy or v0 transactions with address lookup tables.
Explore Solana's leading DeFi protocols—Jupiter, Kamino, Raydium, Sanctum, Meteora, and Orca—powered by core technologies like CPMMs, CLMMs, liquid staking tokens, and automated liquidity vaults for dynamic liquidity and efficient trading.
Install rust from rust-lang.org and use the terminal on mac or windows. Install the primary rust extension in your editor to enable symbol search, formatting, refactoring, and error squiggles.
Open a Rust project in Visual Studio Code, write a main function that prints hello world, then use cargo to create, manage dependencies, and compile.
Explore Rust's fundamental data types, including booleans, Unicode characters, and floats. Learn how type inference and explicit typing affect memory size, using size_of and cargo run for inspection.
Explore a Solana grid bot for tokenized stocks like xStocks, using oracles for real price feeds and a skeleton React app to enable 24/7 automated trading.
Learn the Solana Blockchain foundations.
Learn how to interact with code:
Solana Programs (Smart Contracts). Token Program.
Solana Accounts.
JSON RPC API of Solana sending requests to the blockchain using Postman and virtually any programming language.
Using web3.js for sending solana transactions using Javascript.
System Program Library Token, how to interact with Solana Token Program
Create a Solana Token and be able to send tokens with backend code.
Check if a wallet owns an NFT.
Interact with wallets send transactions.
Send SOL with a wallet by signing a transaction.
Intro to Phantom Wallet and Wallet Adapter.
Smart Contracts - Solana Programs
Mint NFTs with Metaplex and Arweave
This course intention is to give the foundations for all people that want to create their DAO, startup using Solana.
A DAO a Decentralized Autonomous Organization the new generation of startups, require that the new entrepreneurs learn web3 skills, DAOs share revenue with no middlemen & can be achieved close to realtime.
NFT holders can be validated in the blockchain with code and the send of value can be triggered via smart contracts and backend code communicating with the solana blockchain.
We want to created the foundations so you can rise and succeed in your journey for mastering web3, solana development an environmentally friendly blockchain, super fats & with ultra-low transaction fees.