Skip to content

Commit 3715f47

Browse files
author
Bread For The People
authored
buidler ftw
1 parent 9612eb5 commit 3715f47

File tree

4 files changed

+14326
-10174
lines changed

4 files changed

+14326
-10174
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
.env
33
wrangler.toml
4+
cache/
5+
build/

buidler.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
usePlugin("@nomiclabs/buidler-truffle5");
2+
3+
module.exports = {
4+
solc: {
5+
version: "0.5.17"
6+
},
7+
paths: {
8+
artifacts: "./build/contracts"
9+
}
10+
};

0 commit comments

Comments
 (0)