ConsenSys-Academy / Blockchain-Developer-Bootcamp

Open-source version of ConsenSys Academy's Blockchain Developer Bootcamp
Other
565 stars 420 forks source link

Course material on setting up configs for Truffle and Hardhat #234

Open dinadeljanin opened 2 years ago

ConsenSys-Academy commented 2 years ago

Hi there! This would be a new section that would discuss how to setup your configuration file for Truffle and Hardhat, some features of each configuration.

Bonus points for a Foundry and Brownie version of this too!

These files would go in the S04-developer-tooling version of the course!

Definitely ping us here before starting this issue so we can talk through the process.

ConsenSys-Academy commented 2 years ago

Possible resource, @PatrickAlphaC 's amazing smart contract kit repo:

https://github.com/smartcontractkit

ConsenSys-Academy commented 2 years ago

Great Foundry video here: https://www.youtube.com/watch?v=fNMfMxGxeag

PatrickAlphaC commented 2 years ago

Truffle: https://github.com/smartcontractkit/truffle-starter-kit Hardhat: https://github.com/smartcontractkit/hardhat-starter-kit Brownie: https://github.com/smartcontractkit/chainlink-mix Foundry: https://github.com/smartcontractkit/foundry-starter-kit

Yep! We make repos that show you some basic configs on what a good boilerplate project looks like! Thanks for the ping!

ConsenSys-Academy commented 2 years ago

Thanks for this, @PatrickAlphaC ! Such amazing material we hope to build on!