aboutsummaryrefslogblamecommitdiffstats
path: root/truffle-box.json
blob: eadafb1fc0ee4da1e527c96d63bf14dfc9251753 (plain) (tree)
1
2
3
4
5
6
7
8
9




                 

                                  

               

                                                                            




                                
{
  "ignore": [
    "README.md",
    ".gitignore",
    "LICENSE",
    "contracts/Hello.sol",
    "migrations/2_deploy_hello.js"
  ],
  "commands": {
    "Compile contracts": "npm run compile",
    "Deploy contracts on DEXON testnet": "truffle migrate --network=testnet"
  },
  "hooks": {
    "post-unpack": "npm install"
  }
}