Skip to content

EulerDAO/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contracts

Smart Contracts of EulerDAO

Development

run the following command to install requirments and then follow https://hardhat.org/

npm install

Local Configs

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: {
            }
        }
    }
}

Contribute

  1. private local configs should never be uploaded
  2. .gitignore should not be uploaded (you can add .gitignore into .gitignore)
  3. format the the code style

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published