hardhat-starter-kit icon indicating copy to clipboard operation
hardhat-starter-kit copied to clipboard

Switch to Hardhat configuration variables instead of using `.env`

Open andrejrakic opened this issue 2 years ago • 1 comments

Update the project to support Hardhat configuration variables instead of using .env file(s)

andrejrakic avatar Feb 05 '24 21:02 andrejrakic

@andrejrakic Wondering if there is any advantage to this since the vars are stored as plain tex, just the same as .env files?

Would using hardhat var offer any significant advantage to the developer, their learning or experience? or will it simply nudge developers towards switching from a workflow (.env files) they are already familiar with? We have observed that env-enc created the same "friction" given that devs were accustomed to .env files (even though env-enc had WAY more protection in the form of encryption).

zeuslawyer avatar Feb 06 '24 06:02 zeuslawyer