Remix and HardHat not putting the artifacts folder in the same place after compilation
Describe the bug Remix & HH make the artifacts folder in different places. Remix puts the artifacts folder inside the contracts folder and HH put the artifacts folder at the root of the HH project folder.
The structure of the Remix artifacts folder and the HH artifacts folder are a little different. These should probably be standardized or at least Remix should default to HH when using a HH project folder.
Either we should match that in Remix or make 2 different artifacts folders - when working with a HH project
Can you explain this a bit more?
@ryestew
@Aniket-Engg - try compiling a Hardhat project in Remix and see where the artifacts folder gets placed and see whats in it. then try compiling with HH.
Let's leave this issue open and get some HH devs for some user testing.