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.

22 lines
638 B

\begin{sequencediagram}
\newthread{actor}{Actor}{}
\newinst[4]{concordia}{:Concordia}{}
\newinst[4]{eth}{:Ethereum}{}
\newinst{orbit}{:OrbitDB}{}
\begin{call}{actor}{Create community}{concordia}{Community creation form}
\end{call}
\begin{call}{actor}{Add external contract}{concordia}{External contract form}
\end{call}
\begin{call}{actor}{Submit}{concordia}{Created community page}
\begin{call}{concordia}{Create community}{eth}{New community ID}
\end{call}
\begin{call}{concordia}{Connect external contract}{eth}{}
\end{call}
\end{call}
\end{sequencediagram}