🖥️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.

Step 1: Initialize Anchor Projectchevron-rightStep 2: Update the lib.rs File with Smart Contract Codechevron-rightStep 3: Update the Smart Contract's Cargo.toml Filechevron-rightStep 4: Update the Project's Root Cargo.toml Filechevron-rightStep 5: Compile Your Program with anchor buildchevron-rightStep 6: Deploy Your Project to the Eclipse Devnetchevron-rightStep 7: Verify Program Deployment on the Eclipse Devnet Explorerchevron-right

Was this helpful?