Skip to content

Commit

Permalink
killer dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Sep 29, 2021
1 parent dcb26b3 commit 456f70c
Show file tree
Hide file tree
Showing 9 changed files with 1,256 additions and 0 deletions.
158 changes: 158 additions & 0 deletions killerDapp/__latexindent_temp.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% How to use writeLaTeX:
%
% You edit the source code here on the left, and the preview on the
% right shows you the result within a few seconds.
%
% Bookmark this page and share the URL with your co-authors. They can
% edit at the same time!
%
% You can upload figures, bibliographies, custom classes and
% styles using the files menu.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[12pt]{article}

\usepackage{sbc-template}

\usepackage{graphicx,url}

%\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}


\sloppy

\title{Chainlink\\ Contratos inteligentes acessando dados off-chain}

\author{Pedro Henrique Bufulin de Almeida}


\address{FACOM -- Universidade Federal de Uberlândia
(UFU)
}

\begin{document}

\maketitle

\begin{resumo}
Contratos inteligentes já são uma ferramenta para fazer acordos financeiros
em blockchains. Esses acordos são autoexecutáveis e não necessitam de intermediários.
No entanto existe uma limitação das informações que o o contrato sabe: apenas dados on-chain
podem ser lidos. Para solucionar este problema os desenvolvedores criaram os Oracles. Oracles
são entidades que permitem que contratos inteligentes interajam com com dados e sistemas off-chain
\end{resumo}


\section{General Information}

All full papers and posters (short papers) submitted to some SBC conference,
including any supporting documents, should be written in English or in
Portuguese. The format paper should be A4 with single column, 3.5 cm for upper
margin, 2.5 cm for bottom margin and 3.0 cm for lateral margins, without
headers or footers. The main font must be Times, 12 point nominal size, with 6
points of space before each paragraph. Page numbers must be suppressed.

Full papers must respect the page limits defined by the conference.
Conferences that publish just abstracts ask for \textbf{one}-page texts.

\section{First Page} \label{sec:firstpage}

The first page must display the paper title, the name and address of the
authors, the abstract in English and ``resumo'' in Portuguese (``resumos'' are
required only for papers written in Portuguese). The title must be centered
over the whole page, in 16 point boldface font and with 12 points of space
before itself. Author names must be centered in 12 point font, bold, all of
them disposed in the same line, separated by commas and with 12 points of
space after the title. Addresses must be centered in 12 point font, also with
12 points of space after the authors' names. E-mail addresses should be
written using font Courier New, 10 point nominal size, with 6 points of space
before and 6 points of space after.

The abstract and ``resumo'' (if is the case) must be in 12 point Times font,
indented 0.8cm on both sides. The word \textbf{Abstract} and \textbf{Resumo},
should be written in boldface and must precede the text.

\section{CD-ROMs and Printed Proceedings}

In some conferences, the papers are published on CD-ROM while only the
abstract is published in the printed Proceedings. In this case, authors are
invited to prepare two final versions of the paper. One, complete, to be
published on the CD and the other, containing only the first page, with
abstract and ``resumo'' (for papers in Portuguese).

\section{Sections and Paragraphs}

Section titles must be in boldface, 13pt, flush left. There should be an extra
12 pt of space before each title. Section numbering is optional. The first
paragraph of each section should not be indented, while the first lines of
subsequent paragraphs should be indented by 1.27 cm.

\subsection{Subsections}

The subsection titles must be in boldface, 12pt, flush left.

\section{Figures and Captions}\label{sec:figs}


Figure and table captions should be centered if less than one line
(Figure~\ref{fig:exampleFig1}), otherwise justified and indented by 0.8cm on
both margins, as shown in Figure~\ref{fig:exampleFig2}. The caption font must
be Helvetica, 10 point, boldface, with 6 points of space before and after each
caption.

\begin{figure}[ht]
\centering
\includegraphics[width=.5\textwidth]{fig1.jpg}
\caption{A typical figure}
\label{fig:exampleFig1}
\end{figure}

\begin{figure}[ht]
\centering
\includegraphics[width=.3\textwidth]{fig2.jpg}
\caption{This figure is an example of a figure caption taking more than one
line and justified considering margins mentioned in Section~\ref{sec:figs}.}
\label{fig:exampleFig2}
\end{figure}

In tables, try to avoid the use of colored or shaded backgrounds, and avoid
thick, doubled, or unnecessary framing lines. When reporting empirical data,
do not use more decimal digits than warranted by their precision and
reproducibility. Table caption must be placed before the table (see Table 1)
and the font used must also be Helvetica, 10 point, boldface, with 6 points of
space before and after each caption.

\begin{table}[ht]
\centering
\caption{Variables to be considered on the evaluation of interaction
techniques}
\label{tab:exTable1}
\includegraphics[width=.7\textwidth]{table.jpg}
\end{table}

\section{Images}

All images and illustrations should be in black-and-white, or gray tones,
excepting for the papers that will be electronically available (on CD-ROMs,
internet, etc.). The image resolution on paper should be about 600 dpi for
black-and-white images, and 150-300 dpi for grayscale images. Do not include
images with excessive resolution, as they may take hours to print, without any
visible difference in the result.

\section{References}

Bibliographic references must be unambiguous and uniform. We recommend giving
the author names references in brackets, e.g. \cite{knuth:84},
\cite{boulic:91}, and \cite{smith:99}.

The references must be listed using 12 point font size, with 6 points of space
before each reference. The first line of each reference should not be
indented, while the subsequent should be indented by 0.5 cm.

\bibliographystyle{sbc}
\bibliography{sbc-template}

\end{document}
23 changes: 23 additions & 0 deletions killerDapp/main.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
\relax
\@writefile{toc}{\contentsline {section}{\numberline {1}General Information}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {2}First Page}{1}{}\protected@file@percent }
\newlabel{sec:firstpage}{{2}{1}}
\@writefile{toc}{\contentsline {section}{\numberline {3}CD-ROMs and Printed Proceedings}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {4}Sections and Paragraphs}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Subsections}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {5}Figures and Captions}{2}{}\protected@file@percent }
\newlabel{sec:figs}{{5}{2}}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces A typical figure}}{2}{}\protected@file@percent }
\newlabel{fig:exampleFig1}{{1}{2}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces This figure is an example of a figure caption taking more than one line and justified considering margins mentioned in Section\nobreakspace {}\G@refundefinedtrue {\mbox {\normalfont \bfseries ??}}\GenericWarning { }{LaTeX Warning: Reference `sec:figs' on page 2 undefined}.}}{2}{}\protected@file@percent }
\newlabel{fig:exampleFig2}{{2}{2}}
\citation{knuth:84}
\citation{boulic:91}
\citation{smith:99}
\bibstyle{sbc}
\bibdata{sbc-template}
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Variables to be considered on the evaluation of interaction techniques}}{3}{}\protected@file@percent }
\newlabel{tab:exTable1}{{1}{3}}
\@writefile{toc}{\contentsline {section}{\numberline {6}Images}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {7}References}{3}{}\protected@file@percent }
\gdef \@abspage@last{3}
98 changes: 98 additions & 0 deletions killerDapp/main.fdb_latexmk
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# Fdb version 3
["bibtex main"] 0 "main.aux" "main.bbl" "main" 0
"main.aux" 0 -1 0 "pdflatex"
"sbc-template.bib" 0 -1 0 ""
"sbc.bst" 0 -1 0 ""
(generated)
"main.bbl"
"main.blg"
["pdflatex"] 1632932162 "/home/pedro/Documents/smart-contracts/killerDapp/main.tex" "/home/pedro/Documents/smart-contracts/killerDapp/main.pdf" "main" 1632932162
"/home/pedro/Documents/smart-contracts/killerDapp/fig1.jpg" 0 -1 0 ""
"/home/pedro/Documents/smart-contracts/killerDapp/fig2.jpg" 0 -1 0 ""
"/home/pedro/Documents/smart-contracts/killerDapp/main.aux" 1632932162 8 a94a2480d3289e625eea47cd1b285758 ""
"/home/pedro/Documents/smart-contracts/killerDapp/main.tex" 1632932161 6050 d9c9ec4143a38e32b571278c3a2a7a8d ""
"/home/pedro/Documents/smart-contracts/killerDapp/table.jpg" 0 -1 0 ""
"/usr/share/texmf-dist/fonts/enc/dvips/base/8r.enc" 1616952564 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
"/usr/share/texmf-dist/fonts/map/fontname/texfonts.map" 1616952564 3524 cb3e574dea2d1052e39280babc910dc8 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr7t.tfm" 1616952564 960 379cc0019370a9e0208a0a3f949f847a ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm" 1616952564 1292 bd42be2f344128bff6d35d98474adfe3 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb7t.tfm" 1616952564 2240 eb56c13537f4d8a0bd3fafc25572b1bd ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm" 1616952564 4484 b828043cbd581d289d955903c1339981 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr7t.tfm" 1616952564 2520 53e01eef820ca829e42c1333c3fd02b9 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm" 1616952564 2172 fd0c924230362ff848a33632ed45dc23 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm" 1616952564 4524 6bce29db5bc272ba5f332261583fee9c ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmbi7t.tfm" 1616952564 2228 e564491c42a4540b5ebb710a75ff306c ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmbi8r.tfm" 1616952564 4480 10409ed8bab5aea9ec9a78028b763919 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm" 1616952564 2124 2601a75482e9426d33db523edf23570a ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm" 1616952564 4408 25b74d011a4c66b7f212c0cc3c90061b ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm" 1616952564 2288 f478fc8fed18759effb59f3dad7f3084 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm" 1616952564 4640 532ca3305aad10cc01d769f3f91f1029 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1616952564 1524 4414a8315f39513458b80dfc63bff03a ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1616952564 1512 f21f83efb36853c0b70002322c1ab3ad ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1616952564 1520 eccf95517727cb11801f4f1aee3a21b4 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1616952564 1288 655e228510b4c2a1abe905c368440826 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1616952564 1300 b62933e007d01cfd073f79b963c01526 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1616952564 1292 21c1c5bfeaebccffdb478fd231a0997d ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1616952564 1124 6c73e740cf17375f03eec0ee63599741 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1616952564 1116 933a60c408fc0a863a92debe84b2d294 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1616952564 1120 8b7d695260f3cff42e636090a8002094 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb" 1616952564 32726 0a1aea6fcd6468ee2cf64d891f5c43c8 ""
"/usr/share/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb" 1616952564 45758 19968a0990191524e34e1994d4a31cb6 ""
"/usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb" 1616952564 35941 f27169cc74234d5bd5e4cca5abafaabb ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb" 1616952564 44729 811d6c62865936705a31c797a1d5dada ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmbi8a.pfb" 1616952564 44656 0cbca70e0534538582128f6b54593cca ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmr8a.pfb" 1616952564 46026 6dab18b61c907687b520c72847215a68 ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.pfb" 1616952564 45458 a3faba884469519614ca56ba5f6b1de1 ""
"/usr/share/texmf-dist/fonts/vf/adobe/courier/pcrr7t.vf" 1616952564 1344 6ff472164bf9de0fb2e864b28ac156d9 ""
"/usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb7t.vf" 1616952564 1372 1c26b449eb4a1a0bcf6ac7cfe376d450 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmb7t.vf" 1616952564 1372 788387fea833ef5963f4c5bffe33eb89 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmbi7t.vf" 1616952564 1384 6ac0f8b839230f5d9389287365b243c0 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmr7t.vf" 1616952564 1380 0ea3a3370054be6da6acd929ec569f06 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmri7t.vf" 1616952564 1384 a9d8adaf491ce34e5fba99dc7bbe5f39 ""
"/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1616952564 71627 94eb9990bed73c364d7f53f960cc8c5b ""
"/usr/share/texmf-dist/tex/generic/iftex/iftex.sty" 1616952564 6501 4011d89d9621e0b0901138815ba5ff29 ""
"/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty" 1616952564 1057 525c2192b5febbd8c1f662c9468335bb ""
"/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1616952564 8356 7bbb2c2373aa810be568c29e333da8ed ""
"/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1616952564 5412 d5a2436094cd7be85769db90f29250a6 ""
"/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty" 1616952564 13807 952b0226d4efca026f0e19dd266dcc22 ""
"/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1616952564 17859 4409f8f50cd365c68e684407e5350b1b ""
"/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1616952564 20089 80423eac55aa175305d35b49e04fe23b ""
"/usr/share/texmf-dist/tex/latex/base/article.cls" 1616952564 20145 aad8c3dd3bc36e260347b84002182bc2 ""
"/usr/share/texmf-dist/tex/latex/base/inputenc.sty" 1616952564 5050 0d3b77275060ca09a40635b830c3c904 ""
"/usr/share/texmf-dist/tex/latex/base/size12.clo" 1616952564 8450 6fd3588c0e9d06f6f56c6cf4f7246466 ""
"/usr/share/texmf-dist/tex/latex/caption/caption2.sty" 1616952564 16846 45bca32be07e77d4bfa560b39252638b ""
"/usr/share/texmf-dist/tex/latex/caption/caption3.sty" 1616952564 67929 d50ae850e1d9604065e8337a75a41029 ""
"/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1616952564 13886 d1306dcf79a944f6988e688c1785f9ce ""
"/usr/share/texmf-dist/tex/latex/geometry/geometry.sty" 1616952564 41601 9cf6c5257b1bc7af01a58859749dd37a ""
"/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1616952564 1224 978390e9c2234eab29404bc21b268d1e ""
"/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def" 1616952564 19103 48d29b6e2a64cb717117ef65f107b404 ""
"/usr/share/texmf-dist/tex/latex/graphics/graphics.sty" 1616952564 18272 a8c6a275b34ab6717ceeb8fa04b104e2 ""
"/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty" 1616952564 7919 20fdfdd783821971c55bc8ee918cbe63 ""
"/usr/share/texmf-dist/tex/latex/graphics/keyval.sty" 1616952564 2590 e3b24ff953e5b58d924f163d25380312 ""
"/usr/share/texmf-dist/tex/latex/graphics/trig.sty" 1616952564 3976 d7fa7d81d2870d509d25b17d0245e735 ""
"/usr/share/texmf-dist/tex/latex/grfext/grfext.sty" 1616952564 7133 b94bbacbee6e4fdccdc7f810b2aec370 ""
"/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1616952564 22521 d2fceb764a442a2001d257ef11db7618 ""
"/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1616952564 23704 02c466ff883953a445c97e55638005fc ""
"/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1616952564 678 4792914a8f45be57bb98413425e4c7af ""
"/usr/share/texmf-dist/tex/latex/psnfss/ot1pcr.fd" 1616952564 985 1ed784d7bfe47179f3550d2303b073f8 ""
"/usr/share/texmf-dist/tex/latex/psnfss/ot1phv.fd" 1616952564 1679 51f99a09d5536398d3a0ad1d44df9625 ""
"/usr/share/texmf-dist/tex/latex/psnfss/ot1ptm.fd" 1616952564 961 15056f4a61917ceed3a44e4ac11fcc52 ""
"/usr/share/texmf-dist/tex/latex/psnfss/times.sty" 1616952564 856 8e0e5c8cca7b18e0400f97f5a2b90a99 ""
"/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty" 1607185936 48596 2b6a95da931c07a430b1a61904aaa42d ""
"/usr/share/texmf-dist/tex/latex/url/url.sty" 1616952564 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
"/usr/share/texmf-dist/web2c/texmf.cnf" 1616952564 33301 a3134070eacafb10b1f371612ce2650d ""
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1619296608 467735 c429dfc43d18a321c08bf9a6946ec962 ""
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1619296603 2635857 605953ed546255e695f03f3ab3ac4da9 ""
"fig1.jpg" 0 -1 0 ""
"fig2.jpg" 0 -1 0 ""
"main.aux" 0 -1 0 "pdflatex"
"main.bbl" 0 -1 0 "bibtex main"
"main.tex" 1632932161 6050 d9c9ec4143a38e32b571278c3a2a7a8d ""
"sbc-template.sty" 1632927383 5280 0a277450ee6cfc82a68e4b0b0f92e15e ""
"table.jpg" 0 -1 0 ""
(generated)
"main.aux"
"main.pdf"
"/home/pedro/Documents/smart-contracts/killerDapp/main.log"
"/home/pedro/Documents/smart-contracts/killerDapp/main.pdf"
"main.log"
Loading

0 comments on commit 456f70c

Please sign in to comment.