You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
417 B
16 lines
417 B
\begin{sequencediagram}
|
|
\newthread{actor}{Actor}{}
|
|
\newinst[2]{concordia}{:Concordia}{}
|
|
\newinst[2]{eth}{:Ethereum}{}
|
|
\newinst[1]{orbit}{:OrbitDb}{}
|
|
|
|
\begin{call}{actor}{Fetch page}{concordia}{}
|
|
|
|
\begin{call}{concordia}{Get user}{eth}{User information}
|
|
\end{call}
|
|
|
|
\begin{call}{concordia}{Create databases}{orbit}{}
|
|
\end{call}
|
|
|
|
\end{call}
|
|
\end{sequencediagram}
|
|
|