Skip to content

Commit

Permalink
remove appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdong committed May 10, 2018
1 parent f0cc580 commit 07aff0b
Show file tree
Hide file tree
Showing 24 changed files with 964 additions and 964 deletions.
Binary file modified ar_whitepaper.pdf
Binary file not shown.
152 changes: 76 additions & 76 deletions ar_whitepaper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ \chapter{شكر وتقدير}
\begin{otherlanguage}{arabic}
نود أن نعرب عن امتناننا لمرشدينا ومستشارينا وللعديد من الناس في المجتمع الذين كانوا مرتاحين وسخيين بمعرفتهم. على وجه الخصوص ، نود أن نشكر شو باي (من \textLR{ChinaLedger}) ؛ البروفيسور هايبين كان، اليكس تشنغ ، هونغفي دا ؛ يين كاو، شياو تشوان وو، تشن وانغ ،وى يو، نيان دوان، جون شياو، جيانغ تشيان، جيانجزو شيانغ، يبينج جوه، داهاي لي، كلفن لونج، هواشيا شيا، جون ما، و انسيفالو باث لمراجعة وتقديم تعليقات حول هذا المشروع.
\end{otherlanguage}
\end{multicols}
% ===============end chapter11
% ===============biblog
Expand All @@ -1082,82 +1082,82 @@ \chapter{شكر وتقدير}
\bibliography{whitepaper}
\bibliographystyle{plain}
\end{otherlanguage}
\end{multicols}
\setcounter{page}{0}
\pagenumbering{arabic}% resets `page` counter to 1
\appendix
\pretocmd{\chapter}{%
\clearpage
\pagenumbering{arabic}%
\renewcommand*{\thepage}{\thechapter\arabic{page}}%
}{}{}
\chapter{\textLR{Loopring} على الاثريوم}
\begin{center}
\begin{figurehere}
\centering
\begin{tikzpicture}
[node distance = 1cm, auto,font=\footnotesize,
% STYLES
every node/.style={node distance=3cm},
% The comment style is used to describe the characteristics of each force
comment/.style={rectangle, inner sep= 5pt, text width=4cm, node distance=0.25cm, font=\scriptsize\sffamily},
% The force style is used to draw the forces' name
force/.style={rectangle, draw, fill=black!10, inner sep=5pt, text width=4cm, text badly centered, minimum height=1.2cm, font=\bfseries\footnotesize\sffamily}]
% Draw forces
\node [force] (impl) {\textRL{تطبيق بروتوكول $Loopring$}};
\node [force, dashed, above of=impl] (protocol_interface) {\textRL{بروتوكول $Loopring$}};
\node [force, left=1cm of impl] (nameregistry) {\textRL{سجل الاسماء}};
\node [force, right=1cm of impl] (tokenregistry) {\textRL{سجل العملات الرمزية}};
\node [force, below of=impl] (delegate) {\textRL{تفويض نقل العملات الرمزية}};
\node [force, left=1cm of delegate] (multisig) {\textRL{متعدد التوقيع قابل للنقل}};
%%%%%%%%%%%%%%%
% Change data from here
% impl
\node [comment, below=0.05 of impl] (comment-impl) {- \textRL{يتحقق من صحة حلقات الطلب}\\
- \textRL{ينقل العملات الرمزية للتسوية}\\
- \textRL{يبعث الاحداث}};
% nameregistry
\node [comment, below=0.25cm of nameregistry]{- \textRL{يسجل المحافظ و المرحلات}};
% protocol_interface
\node [comment, below=0.25 of protocol_interface](comment-interface) {- \textRL{يعرف الواجهات و الاحداث}};
% tokenregistry
\node [comment, below=0.25 of tokenregistry] {- \textRL{تسجيل العملات الرمزية من نوع} $ERC20/ERC223$};
% delegate
\node [comment, below=0.25 of delegate] {- \textRL{ينقل العمل الرمزية نيابة عن المستخدمين}};
% PUBLIC POLICIES
\node [comment, text width=3cm, below=0.25 of multisig] {- \textRL{يمكن من الملكية المتعددة التوقيعات}};
%\appendix
%\pretocmd{\chapter}{%
% \clearpage
% \pagenumbering{arabic}%
% \renewcommand*{\thepage}{\thechapter\arabic{page}}%
%}{}{}
%
%\chapter{\textLR{Loopring} على الاثريوم}
%
%\begin{center}
%\begin{figurehere}
%\centering
%\begin{tikzpicture}
%[node distance = 1cm, auto,font=\footnotesize,
%% STYLES
%every node/.style={node distance=3cm},
%% The comment style is used to describe the characteristics of each force
%comment/.style={rectangle, inner sep= 5pt, text width=4cm, node distance=0.25cm, font=\scriptsize\sffamily},
%% The force style is used to draw the forces' name
%force/.style={rectangle, draw, fill=black!10, inner sep=5pt, text width=4cm, text badly centered, minimum height=1.2cm, font=\bfseries\footnotesize\sffamily}]
%% Draw forces
%\node [force] (impl) {\textRL{تطبيق بروتوكول $Loopring$}};
%\node [force, dashed, above of=impl] (protocol_interface) {\textRL{بروتوكول $Loopring$}};
%\node [force, left=1cm of impl] (nameregistry) {\textRL{سجل الاسماء}};
%\node [force, right=1cm of impl] (tokenregistry) {\textRL{سجل العملات الرمزية}};
%\node [force, below of=impl] (delegate) {\textRL{تفويض نقل العملات الرمزية}};
%\node [force, left=1cm of delegate] (multisig) {\textRL{متعدد التوقيع قابل للنقل}};
%%%%%%%%%%%%%%%%
% Draw the links between forces
\path[->,thick]
(comment-interface) edge (impl)
(nameregistry) edge (impl)
(tokenregistry) edge (impl)
(delegate) edge (comment-impl);
\end{tikzpicture}
\caption{العقود الذكية}
\label{fig:smartcontracts}
\end{figurehere}
\end{center}
\chapter{التطبيق}
\section{الايثيريوم}
تم تطبيق العقود الذكية التالية على الشبكة الرئيسية ل ايثريوم:
\begin{itemize}
\item $LRC$: $0xEF68e7C694F40c8202821eDF525dE3782458639f$
\item $TokenRegistry$: $0xa21c1f2AE7f721aE77b1204A4f0811c642638da9$
\item $TokenTransferDelegate$: $0x7b126ab811f278f288bf1d62d47334351dA20d1d$
\item $NameRegistry$: $0xd181c1808e3f010F0F0aABc6Fe1bcE2025DB7Bb7$
\item $LoopringProtocolImpl$: $0x0B48b747436f10c846696e889e66425e05CD740f$
\end{itemize}
\section{كيوتم}
تم تطبيق العقود الذكية التالية على الشبكة الرئيسية ل كيوتم:
\begin{itemize}
\item $LRQ$: $2eb2a66afd4e465fb06d8b71f30fb1b93e18788d$
\item $TokenRegistry$: $c89ea34360258917daf3655f8bec5550923509b3$
\item $TokenTransferDelegate$: $60b3fa7f461664e4dafb621a36ac2722cc680f10$
\item $NameRegistry$: $e26a27d92181069b25bc7283e03722f6ce7678bb$
\item $LoopringProtocolImpl$: $5180bb56b696d16635abd8dc235e0ee432abf25d$
\end{itemize}
%% Change data from here
%% impl
%\node [comment, below=0.05 of impl] (comment-impl) {- \textRL{يتحقق من صحة حلقات الطلب}\\
%- \textRL{ينقل العملات الرمزية للتسوية}\\
%- \textRL{يبعث الاحداث}};
%% nameregistry
%\node [comment, below=0.25cm of nameregistry]{- \textRL{يسجل المحافظ و المرحلات}};
%% protocol_interface
%\node [comment, below=0.25 of protocol_interface](comment-interface) {- \textRL{يعرف الواجهات و الاحداث}};
%% tokenregistry
%\node [comment, below=0.25 of tokenregistry] {- \textRL{تسجيل العملات الرمزية من نوع} $ERC20/ERC223$};
%% delegate
%\node [comment, below=0.25 of delegate] {- \textRL{ينقل العمل الرمزية نيابة عن المستخدمين}};
%% PUBLIC POLICIES
%\node [comment, text width=3cm, below=0.25 of multisig] {- \textRL{يمكن من الملكية المتعددة التوقيعات}};
%%%%%%%%%%%%%%%%%
%% Draw the links between forces
%\path[->,thick]
%(comment-interface) edge (impl)
%(nameregistry) edge (impl)
%(tokenregistry) edge (impl)
%(delegate) edge (comment-impl);
%\end{tikzpicture}
%\caption{العقود الذكية}
%\label{fig:smartcontracts}
%\end{figurehere}
%\end{center}
%
%\chapter{التطبيق}
%\section{الايثيريوم}
%تم تطبيق العقود الذكية التالية على الشبكة الرئيسية ل ايثريوم:
%\begin{itemize}
%\item $LRC$: $0xEF68e7C694F40c8202821eDF525dE3782458639f$
%\item $TokenRegistry$: $0xa21c1f2AE7f721aE77b1204A4f0811c642638da9$
%\item $TokenTransferDelegate$: $0x7b126ab811f278f288bf1d62d47334351dA20d1d$
%\item $NameRegistry$: $0xd181c1808e3f010F0F0aABc6Fe1bcE2025DB7Bb7$
%\item $LoopringProtocolImpl$: $0x0B48b747436f10c846696e889e66425e05CD740f$
%\end{itemize}
%\section{كيوتم}
%تم تطبيق العقود الذكية التالية على الشبكة الرئيسية ل كيوتم:
%\begin{itemize}
%\item $LRQ$: $2eb2a66afd4e465fb06d8b71f30fb1b93e18788d$
%\item $TokenRegistry$: $c89ea34360258917daf3655f8bec5550923509b3$
%\item $TokenTransferDelegate$: $60b3fa7f461664e4dafb621a36ac2722cc680f10$
%\item $NameRegistry$: $e26a27d92181069b25bc7283e03722f6ce7678bb$
%\item $LoopringProtocolImpl$: $5180bb56b696d16635abd8dc235e0ee432abf25d$
%\end{itemize}
\end{document}
Binary file modified de_whitepaper.pdf
Binary file not shown.
172 changes: 86 additions & 86 deletions de_whitepaper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1012,91 +1012,91 @@ \section{Danksagungen}
\end{multicols}
\begin{appendices}
\section{Loopring auf Ethereum\label{app:protocol_ethereum}}
\subsection{Smart Contracts}
\begin{center}
\begin{figurehere}
\centering
\begin{tikzpicture}
[node distance = 1cm, auto,font=\footnotesize,
% STYLES
every node/.style={node distance=3cm},
% The comment style is used to describe the characteristics of each force
comment/.style={rectangle, inner sep= 5pt, text width=4cm, node distance=0.25cm, font=\scriptsize\sffamily},
% The force style is used to draw the forces' name
force/.style={rectangle, draw, fill=black!10, inner sep=5pt, text width=4cm, text badly centered, minimum height=1.2cm, font=\bfseries\footnotesize\sffamily}]
% Draw forces
\node [force] (impl) {LoopringProtocolImpl};
\node [force, dashed, above of=impl] (protocol_interface) {LoopringProtocol};
\node [force, left=1cm of impl] (nameregistry) {NameRegistry};
\node [force, right=1cm of impl] (tokenregistry) {TokenRegistry};
\node [force, below of=impl] (delegate) {TokenTransferDelegate};
\node [force, left=1cm of delegate] (multisig) {TransferableMultsig};
%%%%%%%%%%%%%%%
% Change data from here
% impl
\node [comment, below=0.25 of impl] (comment-impl) {- bestätigt Auftragsringe\\
- transferiert Token zur Ausführung\\
- kommuniziert Ereignisse};
% nameregistry
\node [comment, below=0.25cm of nameregistry]{- registriert Wallets and Netzwerkknoten};
% protocol_interface
\node [comment, below=0.25 of protocol_interface](comment-interface) {- definiert Oberfläche und Ereignisse};
% tokenregistry
\node [comment, below=0.25 of tokenregistry] {- registriert ERC20/ERC223-Token};
% delegate
\node [comment, below=0.25 of delegate] {- transferiert Token im Auftrag der Nutzer};
% PUBLIC POLICIES
\node [comment, text width=3cm, below=0.25 of multisig] {- ermöglicht mehrfach signiertes Eigentum};
%\begin{appendices}
%
%\section{Loopring auf Ethereum\label{app:protocol_ethereum}}
%
%\subsection{Smart Contracts}
%
%\begin{center}
%\begin{figurehere}
%\centering
%\begin{tikzpicture}
%[node distance = 1cm, auto,font=\footnotesize,
%% STYLES
%every node/.style={node distance=3cm},
%% The comment style is used to describe the characteristics of each force
%comment/.style={rectangle, inner sep= 5pt, text width=4cm, node distance=0.25cm, font=\scriptsize\sffamily},
%% The force style is used to draw the forces' name
%force/.style={rectangle, draw, fill=black!10, inner sep=5pt, text width=4cm, text badly centered, minimum height=1.2cm, font=\bfseries\footnotesize\sffamily}]
%
%% Draw forces
%\node [force] (impl) {LoopringProtocolImpl};
%\node [force, dashed, above of=impl] (protocol_interface) {LoopringProtocol};
%\node [force, left=1cm of impl] (nameregistry) {NameRegistry};
%\node [force, right=1cm of impl] (tokenregistry) {TokenRegistry};
%\node [force, below of=impl] (delegate) {TokenTransferDelegate};
%\node [force, left=1cm of delegate] (multisig) {TransferableMultsig};
%
%%%%%%%%%%%%%%%%
% Draw the links between forces
\path[->,thick]
(comment-interface) edge (impl)
(nameregistry) edge (impl)
(tokenregistry) edge (impl)
(delegate) edge (comment-impl);
\end{tikzpicture}
\caption{Smart Contracts}
\label{fig:smartcontracts}
\end{figurehere}
\end{center}
\section{Entwicklung}
\subsection{Ethereum}
Die folgenden Smart Contracts wurden auf dem Ethereum Mainnet implementiert:
\begin{itemize}
\item LRC: \verb|0xEF68e7C694F40c8202821eDF525dE3782458639f|
\item TokenRegistry: \verb|0xa21c1f2AE7f721aE77b1204A4f0811c642638da9|
\item TokenTransferDelegate: \verb|0x7b126ab811f278f288bf1d62d47334351dA20d1d|
\item NameRegistry: \verb|0xd181c1808e3f010F0F0aABc6Fe1bcE2025DB7Bb7|
\item LoopringProtocolImpl: \verb|0x0B48b747436f10c846696e889e66425e05CD740f|
\end{itemize}
\subsection{Qtum}
Die folgenden Smart Contracts wurden auf dem Qtum Mainnet implementiert:
\begin{itemize}
\item LRQ: \verb| 2eb2a66afd4e465fb06d8b71f30fb1b93e18788d |
\item TokenRegistry: \verb| c89ea34360258917daf3655f8bec5550923509b3 |
\item TokenTransferDelegate: \verb| 60b3fa7f461664e4dafb621a36ac2722cc680f10 |
\item NameRegistry: \verb| e26a27d92181069b25bc7283e03722f6ce7678bb |
\item LoopringProtocolImpl: \verb| 5180bb56b696d16635abd8dc235e0ee432abf25d |
\end{itemize}
\end{appendices}
%% Change data from here
%
%% impl
%\node [comment, below=0.25 of impl] (comment-impl) {- bestätigt Auftragsringe\\
%- transferiert Token zur Ausführung\\
%- kommuniziert Ereignisse};
%
%% nameregistry
%\node [comment, below=0.25cm of nameregistry]{- registriert Wallets and Netzwerkknoten};
%
%% protocol_interface
%\node [comment, below=0.25 of protocol_interface](comment-interface) {- definiert Oberfläche und Ereignisse};
%
%% tokenregistry
%\node [comment, below=0.25 of tokenregistry] {- registriert ERC20/ERC223-Token};
%
%% delegate
%\node [comment, below=0.25 of delegate] {- transferiert Token im Auftrag der Nutzer};
%
%% PUBLIC POLICIES
%\node [comment, text width=3cm, below=0.25 of multisig] {- ermöglicht mehrfach signiertes Eigentum};
%
%%%%%%%%%%%%%%%%%
%
%% Draw the links between forces
%\path[->,thick]
%(comment-interface) edge (impl)
%(nameregistry) edge (impl)
%(tokenregistry) edge (impl)
%(delegate) edge (comment-impl);
%
%\end{tikzpicture}
%\caption{Smart Contracts}
%\label{fig:smartcontracts}
%\end{figurehere}
%\end{center}
%
%\section{Entwicklung}
%
%\subsection{Ethereum}
%Die folgenden Smart Contracts wurden auf dem Ethereum Mainnet implementiert:
%\begin{itemize}
%\item LRC: \verb|0xEF68e7C694F40c8202821eDF525dE3782458639f|
%\item TokenRegistry: \verb|0xa21c1f2AE7f721aE77b1204A4f0811c642638da9|
%\item TokenTransferDelegate: \verb|0x7b126ab811f278f288bf1d62d47334351dA20d1d|
%\item NameRegistry: \verb|0xd181c1808e3f010F0F0aABc6Fe1bcE2025DB7Bb7|
%\item LoopringProtocolImpl: \verb|0x0B48b747436f10c846696e889e66425e05CD740f|
%\end{itemize}
%
%\subsection{Qtum}
%Die folgenden Smart Contracts wurden auf dem Qtum Mainnet implementiert:
%\begin{itemize}
%\item LRQ: \verb| 2eb2a66afd4e465fb06d8b71f30fb1b93e18788d |
%\item TokenRegistry: \verb| c89ea34360258917daf3655f8bec5550923509b3 |
%\item TokenTransferDelegate: \verb| 60b3fa7f461664e4dafb621a36ac2722cc680f10 |
%\item NameRegistry: \verb| e26a27d92181069b25bc7283e03722f6ce7678bb |
%\item LoopringProtocolImpl: \verb| 5180bb56b696d16635abd8dc235e0ee432abf25d |
%\end{itemize}
%
%\end{appendices}
\end{document}
Binary file modified en_whitepaper.pdf
Binary file not shown.
Loading

0 comments on commit 07aff0b

Please sign in to comment.