Skip to content

Instantly share code, notes, and snippets.

@evertonfraga
Last active December 6, 2019 13:37
Show Gist options
  • Save evertonfraga/f18f889978c10d3f8c4d0cf197616b1e to your computer and use it in GitHub Desktop.
Save evertonfraga/f18f889978c10d3f8c4d0cf197616b1e to your computer and use it in GitHub Desktop.
test tree
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
  
  
Loading
@evertonfraga
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment