30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"buildDir": "dist/",
|
|
"config": {
|
|
"contracts": "embarkConfig/contracts.js",
|
|
"blockchain": "embarkConfig/blockchain.js",
|
|
"storage": "embarkConfig/storage.js",
|
|
"namesystem": false,
|
|
"communication": false,
|
|
"webserver": false
|
|
},
|
|
"versions": {
|
|
"web3": "1.2.4",
|
|
"solc": "0.4.18",
|
|
"ipfs-api": "17.2.4"
|
|
},
|
|
"plugins": {
|
|
"@trailofbits/embark-contract-info": {
|
|
"flags": ""
|
|
}
|
|
},
|
|
"options": {
|
|
"solc": {
|
|
"optimize": true,
|
|
"optimize-runs": 200
|
|
}
|
|
},
|
|
"generationDir": "src/embarkArtifacts"
|
|
}
|