Skip to content

Commit

Permalink
Setup default hardhat configuration and made .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobrecht committed Sep 13, 2022
1 parent cf66e72 commit 84d1d27
Show file tree
Hide file tree
Showing 4 changed files with 6,803 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/

#Hardhat files
cache
artifacts
.deps
4 changes: 4 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.9",
};
Loading

0 comments on commit 84d1d27

Please sign in to comment.