Loading video player...
Welcome to Binary Bharat! In this video, I walk you through the complete step-by-step process of setting up a robust Web3 and Solidity development environment specifically for Kali Linux. We will cover installing the 5 essential dependencies required for your upcoming blockchain projects: Node.js, Yarn, Foundry, VS Code, and the MetaMask Wallet. š Download the Setup Guide & Command List: https://ayushsharma9817.github.io/BinaryBharat/note-detail.html?slug=linux-setup-for-solidity ā³ Timestamps: 00:00 - Introduction & Dependencies 00:29 - Updating Kali Linux Repositories 01:34 - Installing Node.js & npm via Curl 02:51 - Installing Yarn Globally 03:14 - Verifying & Configuring Git 03:43 - Installing Visual Studio Code (VS Code) 05:05 - Setting up Solidity Extension in VS Code 05:27 - Installing Foundry (Forge, Cast, Anvil) 06:28 - Installing MetaMask Wallet Extension 07:29 - Outro & Next Steps šØāš» Key Commands Used: Update System: sudo apt update Install Build Tools: sudo apt install gcc g++ make Install Node.js: sudo apt-get install -y nodejs Install Yarn: sudo npm install -g yarn Install Foundry: curl -L https://foundry.paradigm.xyz | bash then foundryup š Resources: Node.js: https://nodejs.org/ Foundry: https://getfoundry.sh/ VS Code: https://code.visualstudio.com/ š Don't forget to Like, Subscribe, and hit the Bell Icon for more blockchain development tutorials! #Web3 #KaliLinux #Solidity #BlockchainDevelopment #BinaryBharat #Foundry #Nodejs