Skip to content

Commit ece92d0

Browse files
committed
add structuring application section to readme
1 parent 734db01 commit ece92d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,20 @@ $ embark deploy privatenet
274274

275275
embark 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+
277291
LiveReload Plugin
278292
======
279293

0 commit comments

Comments
 (0)