Unboxed-Software / solana-course

A complete course for learning Solana, including creating and transferring tokens, making NFTs, on-chain app development, and more.
https://solana.com/developers
Mozilla Public License 2.0
395 stars 134 forks source link

refactor: split writing data into two lessons #252

Closed mikemaccana closed 11 months ago

mikemaccana commented 11 months ago

refactor: make checking balance just use web3.js scripts, rather than having them build a react app. We still cover react in the 'interact with wallets' lesson, we're just focusing more on Solana itself this early. refactor: split 'writing data' lesson into two lessons with separate labs - one for transferring sol (with a lab), one for learning how to create instructions for arbitrary apps