Skip to content

Commit

Permalink
Adding truffle box json
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardonunesp committed Jun 12, 2018
1 parent 12897d5 commit 67804cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions truffle-box.json
@@ -0,0 +1,14 @@
{
"ignore": [
"README.md",
".gitignore"
],
"commands": {
"Compile contracts": "truffle compile",
"Migrate contracts": "truffle migrate --network loom_dapp_chain",
"Test contracts": "truffle test --network loom_dapp_chain"
},
"hooks": {
"post-unpack": "npm install "
}
}
1 change: 1 addition & 0 deletions truffle-config.js
@@ -1,4 +1,5 @@
module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// to customize your Truffle configuration!
// or just copy the configuration on truffle.js here
};

0 comments on commit 67804cc

Please sign in to comment.