27
Nov
In this post, we’ll continue from where we left off in the last guide Setting Up Local Solana Environment. We’ve already set up our Solana development environment, so now, let’s run our first Solana project using the default Anchor code. By the end of this post, you’ll know how to set up your IDE, connect to WSL, and deploy your first Solana program on the Devnet. Step 1: Install Visual Studio Code (VS Code) VS Code is one of the best editors for Solana development. If you don’t already have it installed, download and install it from Visual Studio Code's…