deps.dot (1633B)
1 digraph { 2 confini [ label="lo/confini", style="filled"; fillcolor="#cccccc" ]; 3 hexathon [ label="lo/hexathon", style="filled"; fillcolor="#cccccc" ]; 4 potaahto [ label="lo/potaahto", style="filled"; fillcolor="#cccccc" ]; 5 leveldir [ label="lo/leveldir", style="filled"; fillcolor="#cccccc" ]; 6 shep [ label="lo/shep", style="filled"; fillcolor="#cccccc" ]; 7 aiee [ label="lo/alee", style="filled"; fillcolor="#cccccc" ]; 8 9 chainlib [ label="chainlib" ]; 10 chainlib_eth [ label="chainlib-eth" ]; 11 funga [ label="funga" ]; 12 funga_eth [ label="funga-eth" ]; 13 eth_cache [ label="eth-cache" ]; 14 chainsyncer [ label="chainsyncer" ]; 15 chainqueue [ label="chainqueue" ]; 16 17 chaind [ label="hi/chaind", style="filled", fillcolor="#aaffaa" ]; 18 chaind_eth [ label="hi/chaind-eth", style="filled", fillcolor="#aaffaa" ]; 19 20 eth_monitor [ label="hi/eth-monitor", style="filled", fillcolor="#aaffaa" ]; 21 22 eth_erc20 [ label="hi/eth-erc20", style="filled", fillcolor="#aaffaa" ]; 23 eth_erc721 [ label="hi/eth-erc721", style="filled", fillcolor="#aaffaa" ]; 24 25 aiee -> chainlib 26 27 confini -> chainlib 28 hexathon -> chainlib 29 potaahto -> chainlib 30 chainlib -> chainlib_eth 31 32 hexathon -> funga 33 funga -> funga_eth 34 35 hexathon -> leveldir -> eth_cache 36 37 chainlib -> chainsyncer 38 chainlib -> chainqueue 39 chainlib_eth -> eth_cache 40 41 eth_cache -> chainsyncer 42 shep -> chainsyncer 43 shep -> chainqueue 44 45 chainsyncer -> chaind 46 chainqueue -> chaind 47 chaind -> chaind_eth 48 49 chainsyncer -> eth_monitor 50 51 chainlib_eth -> eth_erc20 52 chainlib_eth -> eth_erc721 53 54 funga -> chainlib 55 funga_eth -> chainlib_eth 56 57 chainlib_eth -> eth_monitor 58 chainlib_eth -> chaind_eth 59 }