🖥️Creating an Anchor Project in Visual Studio Code

Starting your development journey with the Eclipse blockchain involves creating and setting up a project environment that supports Solana and Anchor frameworks. This section guides you through initializing an Anchor project for NFT minting, which lays the foundation for your smart contract development.

pageStep 1: Initialize Anchor ProjectpageStep 2: Update the lib.rs File with Smart Contract CodepageStep 3: Update the Smart Contract's Cargo.toml FilepageStep 4: Update the Project's Root Cargo.toml FilepageStep 5: Compile Your Program with anchor buildpageStep 6: Deploy Your Project to the Eclipse DevnetpageStep 7: Verify Program Deployment on the Eclipse Devnet Explorer

Last updated