Smart Contracts of EulerDAO
run the following command to install requirments and then follow https://hardhat.org/
npm installoptionally a .dev.config.js can be place in the workspace root like this.
debug condig, private credentials and API key can be placed here, you can check hardhat.config.js to see how it is loaded.
module.exports = function (config) {
config.networks = {
hardhat: {
forking: {
}
}
}
}- private local configs should never be uploaded
.gitignoreshould not be uploaded (you can add.gitignoreinto.gitignore)- format the the code style