Skip to content

Instantly share code, notes, and snippets.

@glassonion1
Created October 31, 2021 00:34
Show Gist options
  • Save glassonion1/e23a5181e64111c8f1c135c2511019ef to your computer and use it in GitHub Desktop.
Save glassonion1/e23a5181e64111c8f1c135c2511019ef to your computer and use it in GitHub Desktop.
rectangle ブロック0 as b0
rectangle ブロック1 as b1
rectangle ブロック2 as b2
rectangle ブロック3 as b3
b0 <- b1
b1 <- b2
b2 <- b3
rectangle TX as tx0
rectangle TX as tx1
rectangle TX as tx2
rectangle TX as tx3
rectangle TX as tx4
rectangle TX as tx5
rectangle TX as tx6
rectangle TX as tx7
artifact コントラクト1 as contract1
artifact コントラクト2 as contract2
b0 -- tx0
b0 -- tx1
b1 -- tx2
b1 -- tx3
b1 -- tx4
b2 -- tx5
b2 -- tx6
b3 -- tx7
tx3 ..> contract1
tx7 ..> contract2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment