Summary
Keywords
Full Transcript
It's finally time to start developing a Solana Smart Contract! The best way to learn is to go through an example. In this video we will go through Solana's Hello World project. We will walk through the on-chain rust code, the front end typescript code, and then deploy the program on our localhost! đ Solana Playlist: https://www.youtube.com/watch?v=-AAtfPHEMbA&list=PL53JxaGwWUqCr3xm4qvqbgpJ4Xbs4lCs7 đ° Donations accepted (but optional): 2hYca42EE2kwmFZPV7M4skev1za7atWBh5ctzQWfsTD7 00:00 - Intro 00:17 - High Level Understanding of Hello World Example 02:06 - Cloning the Hello World project on WSL 03:47 - Install Remote WSL on VS Code to access project 06:31 - Going through the On-Chain Rust Code 20:25 - Going through the Off-Chain Typescript Code 37:12 - Deploying and interacting with the Solana Program 42:30 - Conclusion Referenced resources: Hello World Github Repo: https://github.com/solana-labs/example-helloworld Rust crates: https://docs.rs/solana-program/latest/solana_program/ https://docs.rs/borsh/latest/borsh/ Typescript library: https://solana-labs.github.io/solana-web3.js
