2
0
mirror of synced 2025-02-23 04:18:24 +00:00
dappcon-workshop-dapp/embark.json
emizzle 24af9eb6c7 Fixed missing description on the update profile page
Added tweet unit tests for contract events (which works!!)

Added HD wallet accounts to contracts config

Updated to web3 1.0.0-beta.34 explicitly
2018-07-10 00:39:22 +10:00

20 lines
387 B
JSON

{
"contracts": ["contracts/**"],
"app": {
"css/app.css": ["app/css/**"],
"fonts": ["app/fonts/**"],
"images/": ["app/images/**"],
"index.html": "app/index.html",
"js/app.js": ["app/js/dapp.js"]
},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta.34",
"solc": "0.4.24",
"ipfs-api": "17.2.4"
},
"plugins": {
}
}