Skip to content

Commit

Permalink
buidler ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
hamburglar1971 committed Aug 13, 2020
1 parent 7a814d2 commit b133eac
Show file tree
Hide file tree
Showing 4 changed files with 14,326 additions and 10,174 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
.env
wrangler.toml
cache/
build/
10 changes: 10 additions & 0 deletions buidler.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
usePlugin("@nomiclabs/buidler-truffle5");

module.exports = {
solc: {
version: "0.5.17"
},
paths: {
artifacts: "./build/contracts"
}
};
Loading

0 comments on commit b133eac

Please sign in to comment.