Search⌘ K
AI Features

Solidity Setup

Explore how to configure your development environment for Solidity by installing VS Code extensions, Node.js via nvm, and the Hardhat framework. Understand how to initialize projects and run smart contract scripts and tests to begin building Web3 applications.

Using Visual Studio

For setting up libraries on your local machine, use Visual Studio Code (VS Code) for coding. VS Code has an extension that makes working with Solidity (.sol ) files easy. We recommend you ...