Encode-Club-Solidity-Foundations / Lesson-01

21 stars 14 forks source link

Do we specifically need to use remix? #26

Open SyedUmairCodes opened 1 year ago

SyedUmairCodes commented 1 year ago

What if we need to do local development how would we set that up in our computers? And what IDEs or text editors are preferred for local solidity development.

MatheusDaros commented 1 year ago

Hello @SyedUmairCodes Thanks for the question. There are great IDEs for local development of Solidity Smart Contracts, like VSCode using Hardhat or Truffle libraries. In this Solidity Foundations course we'll only cover the Remix IDE part, since this is a more introductory course.