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

Move native-specific serialization/deserialization into Native module #364

Closed mikemaccana closed 5 months ago

mikemaccana commented 5 months ago

Right now the opening module has a bunch of serialization/deserialization work that's not relevant for the vast majority of new users. Fixes https://github.com/Unboxed-Software/solana-course/issues/353

Plus minor grammar fixes and a small tweak to the intro so it makes explains why this is relevant to native development.

mikemaccana commented 5 months ago

Using god mode to merge as this is uncontroversial.