File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,20 @@ $ embark deploy privatenet
274274
275275embark deploy will deploy all contracts at app/contracts and return the resulting addresses
276276
277+ Structuring Application
278+ ======
279+
280+ Embark is quite flexible and you can configure you're own directory structure using ``` embark.yml ```
281+
282+ ``` Yaml
283+ # embark.yml
284+ type : " manual" # other options: meteor, grunt
285+ contracts : ["app/contracts/**/*.sol", "app/contracts/**/*.se"] # contracts files
286+ output : " src/embark.js" # resulting javascript interface
287+ blockchainConfig : " config/blockchain.yml" # blockchain config
288+ contractsConfig : " config/contracts.yml" # contracts config
289+ ` ` `
290+
277291LiveReload Plugin
278292======
279293
You can’t perform that action at this time.
0 commit comments