Smart Contracts of EulerDAO
run the following command to install requirments and then follow https://hardhat.org/
npm install
optionally 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
.gitignore
should not be uploaded (you can add.gitignore
into.gitignore
)- format the the code style