\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}