When working on Solana, you have several environment options available to you.
The quickest and most straightforward method to begin your journey is by using the Solana Playground. This is a web-based integrated development environment (IDE) that permits you to write, deploy, and test your programs effortlessly.
The most widely adopted approach involves local development with a locally hosted validator on your own machine. This setup enables you to thoroughly test your programs in a local environment before deploying them onto any network.
Regardless of the environment you choose, you will be operating within one of three distinct networks:
In summary, Solana offers various development environments to cater to different needs, ensuring that you can choose the most suitable option based on your project requirements and objectives.
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/18664812-e45a-49f6-af50-c7c6347a4f3c/759ad84b-b64d-4dea-ac32-5a6cfecb4cb2/Screenshot_2023-09-15_at_10.45.00_AM.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/18664812-e45a-49f6-af50-c7c6347a4f3c/759ad84b-b64d-4dea-ac32-5a6cfecb4cb2/Screenshot_2023-09-15_at_10.45.00_AM.png" width="40px" /> Solana Testnet
</aside>
<aside> <img src="https://tradingplatforms.com/wp-content/uploads/2021/11/solana_logo.png" alt="https://tradingplatforms.com/wp-content/uploads/2021/11/solana_logo.png" width="40px" /> Solana Devnet
</aside>