aboutsummaryrefslogtreecommitdiffstats
path: root/truffle-box.json
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-10 14:45:25 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-11-10 14:45:25 +0800
commit505f557f6ef5267798721116d34c5fe9b4bdc3f1 (patch)
tree8990b23c5817d2fefa7992c9ab1ab81a00b040e1 /truffle-box.json
parentaef72f3ad7a4ae6be53efa2cebbdb41795641546 (diff)
downloaddexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.tar
dexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.tar.gz
dexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.tar.bz2
dexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.tar.lz
dexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.tar.xz
dexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.tar.zst
dexon-lottery-505f557f6ef5267798721116d34c5fe9b4bdc3f1.zip
Add truffle box
Diffstat (limited to 'truffle-box.json')
-rw-r--r--truffle-box.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/truffle-box.json b/truffle-box.json
new file mode 100644
index 0000000..f2ef552
--- /dev/null
+++ b/truffle-box.json
@@ -0,0 +1,14 @@
+{
+ "ignore": [
+ "README.md",
+ ".gitignore",
+ "LICENSE",
+ "contracts/Hello.sol"
+ ],
+ "commands": {
+ "Compile contracts": "npm run compile"
+ },
+ "hooks": {
+ "post-unpack": "npm install"
+ }
+}