graph TD
vm("vm (11)")
tx("tx (9)")
bl("block (9)")
bc("blockchain (5)")
co("common (4)")
ac("account (5)")
tx --> bl
co --> bl
bl --> bc
co --> bc
co --> tx
tx --> vm
bl --> vm
bc --> vm
co --> vm
ac --> vm
Last active
December 6, 2019 13:37
-
-
Save evertonfraga/f18f889978c10d3f8c4d0cf197616b1e to your computer and use it in GitHub Desktop.
test tree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created in https://stackedit.io/app