File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ The tool generates an UML description for the DAO. Use [Plantuml](http://plantum
2727
2828** generate for a live DAO on mainnet**
2929
30- [ Example: DAO-Kernel on mainnet] ( https://etherscan.io/address/0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C#code )
31-
3230` $ aragraph 0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C --chain-id 1 > dao.plantuml `
3331
3432** generate from yaml description**
@@ -49,7 +47,9 @@ or open with [vscode-PlantUML](https://marketplace.visualstudio.com/items?itemNa
4947
5048### for a live DAO on mainnet
5149
52- ![ image] ( https://user-images.githubusercontent.com/2865694/70667693-cded8900-1c71-11ea-8ae6-7cafe6311244.png )
50+ [ Example: DAO-Kernel on mainnet] ( https://etherscan.io/address/0x2dE83b50Af29678774D5AbC4a7Cb2a588762f28C#code )
51+
52+ ![ fromDAO] ( https://user-images.githubusercontent.com/2865694/70704084-9b737880-1cd1-11ea-8288-e01a356d756f.png )
5353
5454``` js
5555new AragonPermissions ().fromDAO (address, chainId).then ((aragaph ) => {
@@ -64,7 +64,7 @@ new AragonPermissions().fromDAO(address, chainId).then((aragaph) => {
6464
6565[ Example: Company.yaml] ( https://github.com/aragon/dao-templates/blob/cc1eb1174a13c6d5ed0fcc1bbcc9d21bf9137a84/descriptor/examples/company.yaml )
6666
67- ![ image ] ( https://user-images.githubusercontent.com/2865694/64525950-5a4e7f80-d302-11e9-875e-162affd6379c .png )
67+ ![ fromYaml ] ( https://user-images.githubusercontent.com/2865694/70704101-a3331d00-1cd1-11ea-98a5-908818107cbb .png )
6868
6969
7070``` js
You can’t perform that action at this time.
0 commit comments