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
458 B
16 lines
458 B
\begin{sequencediagram}
|
|
\newthread{actor}{Actor}{}
|
|
\newinst[3]{concordia}{:Concordia}{}
|
|
\newinst[2]{eth}{:Ethereum}{}
|
|
\newinst[1]{orbit}{:OrbitDB}{}
|
|
|
|
\begin{call}{actor}{Create community}{concordia}{Community creation form}
|
|
\end{call}
|
|
|
|
\begin{call}{actor}{Submit}{concordia}{Created community page}
|
|
|
|
\begin{call}{concordia}{Create community}{eth}{New community ID}
|
|
\end{call}
|
|
|
|
\end{call}
|
|
\end{sequencediagram}
|
|
|