Skip to content

Commit 57e303d

Browse files
authored
Update README.md
1 parent b824b98 commit 57e303d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ The tool generates an UML description for the DAO. Use [Plantuml](http://plantum
4343

4444
or open with [vscode-PlantUML](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml)
4545

46+
### Config / Templating
47+
48+
AraGraph allows you to template certain apps to enrich them with even more context like available Roles, Methods, static security information. See [templates/config.json](https://github.com/ConsenSys/aragraph/blob/master/templates/config.json) for details.
49+
50+
You can either provide you own `config.json`:
51+
52+
`$ aragraph 0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C --config config.json `
53+
54+
Or use the [config.json](https://github.com/ConsenSys/aragraph/blob/master/templates/config.json) provided with this package:
55+
56+
`$ aragraph 0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C --default-config `
57+
4658
## Library
4759

4860
### for a live DAO on mainnet

0 commit comments

Comments
 (0)