Summary
Keywords
Full Transcript
UPDATE: Read the pin comment for a edit regarding running the Solana CLI Before we can start developing a Solana Smart Contract (Program), we need to be able to setup our dev environment. This video will show you how to get all the tools you need to be able to run Solana on your local device. We'll also take some time to play with some console commands with our new setup. 💰 Donations accepted (but optional): 2hYca42EE2kwmFZPV7M4skev1za7atWBh5ctzQWfsTD7 00:00 - Intro 00:31 - (Windows Only) Install WSL 01:36 - Install Node 02:55 - Install Rust 03:50 - Install Solana 04:23 - Setting up Phantom & Solana Validator Node 06:13 - Basic Solana Commands 11:03 - Conclusion Referenced resources: WSL: https://docs.microsoft.com/en-us/windows/wsl/setup/environment https://www.youtube.com/watch?v=g2F9raiGp_s Node: https://github.com/nodesource/distributions/blob/master/README.md https://stackoverflow.com/questions/55464934/npm-depends-node-gyp-3-6-2-but-it-is-not-going-to-be-installed Rust: https://rustup.rs/ Solana: https://docs.solana.com/cli/install-solana-cli-tools https://docs.solana.com/running-validator/validator-start#system-tuning Phantom Wallet: https://phantom.app/ Solana Commands: https://docs.solana.com/cli
