NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.04k stars 1.36k forks source link

Need Boilerplate for Starter & Programmers #5488

Open 0xapp123 opened 2 weeks ago

0xapp123 commented 2 weeks ago

Describe the feature

Hi, I love working with Hardhat for Solidity code building. When I start to build Solidity code, then I always followed the tutorials of your docs.

I have some newbies in my team. for them, it would be good to use boilerplate.

I think you can provide boilerplate for starters.

Thanks

Search terms

boilerplate, newbie, starters, solidity

ChristopherDedominici commented 1 week ago

Hi @0xapp123, thanks for reaching out. We already provide boilerplate code; for example, with the 'hardhat init' command, you can create sample projects that include examples of smart contracts, tests, and explanations on how to deploy to live networks. In addition, we also have this boilerplate.