Skip to content

Commit

Permalink
Restructuring and references; Prepare for intro
Browse files Browse the repository at this point in the history
  • Loading branch information
schemar committed Jul 23, 2018
1 parent c97e905 commit ece6568
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 15 deletions.
61 changes: 47 additions & 14 deletions openst/openst.bib
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/
%% Created for Martin Schenck at 2018-07-17 12:11:27 +0200
%% Saved with string encoding Unicode (UTF-8)
@MISC{cosmos,
TITLE = {Cosmos: A Network of Distributed Ledgers},
AUTHOR = {Jae Kwon and Ethan Buchman},
URL = {https://cosmos.network/docs/resources/whitepaper.html},
YEAR = {2017}
URL = {https://github.com/cosmos/cosmos/blob/master/WHITEPAPER.md},
YEAR = {2016}
}

@MISC{casperffg,
TITLE = {Casper the Friendly Finality Gadget},
AUTHOR = {Vitalik Buterin and Virgil Griffith},
URL = {https://github.com/ethereum/research/blob/master/papers/casper-basics/casper_basics.pdf},
YEAR = {2017}
@ARTICLE{casperffg,
author = {Vitalik Buterin and Virgil Griffith},
title = {Casper the Friendly Finality Gadget},
journal = {CoRR},
volume = {abs/1710.09437},
year = {2017},
url = {http://arxiv.org/abs/1710.09437},
archivePrefix = {arXiv},
eprint = {1710.09437},
timestamp = {Thu, 02 Nov 2017 14:25:36 +0100},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1710-09437},
bibsource = {dblp computer science bibliography, https://dblp.org}
}

@MISC{ethereum,
TITLE = {Ethereum: A Secure Decentralised Generalised Transaction Ledger},
AUTHOR = {Gavin Wood},
URL = {http://gavwood.com/paper.pdf},
YEAR = {2015}
}

@article{verifiersdilemma,
@ARTICLE{verifiersdilemma,
TITLE = {Demystifying incentives in the consensus computer},
JOURNAL = {IACR Cryptology ePrint Archive},
VOLUME = {2015},
Expand All @@ -41,3 +48,29 @@ @INPROCEEDINGS{pbft
VOLUME = {99},
YEAR = {1999},
}

@MISC{raiden,
TITLE = {Raiden Network},
URL = {https://raiden.network/}
}

@MISC{plasma,
TITLE = {Plasma: Scalable Autonomous Smart Contracts},
AUTHOR = {Joseph Poon and Vitalik Buterin},
URL = {https://plasma.io/plasma.pdf},
YEAR = {2017}
}

@MISC{lightning,
TITLE = {Lightning Network},
AUTHOR = {Joseph Poon and Tadge Dryja},
URL = {https://lightning.network/lightning-network-paper.pdf},
YEAR = {2015}
}

@MISC{sidechains,
TITLE = {Enabling Blockchain Innovations with Pegged Sidechains},
AUTHOR = {Adam Back and Matt Corallo and Luke Dashjr and Mark Friedenbach and Gregory Maxwell and Andrew Miller and Andrew Poelstra and Jorge Timón and Pieter Wuille},
URL = {https://www.blockstream.com/sidechains.pdf},
YEAR = {2014}
}
Binary file modified openst/openst.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion openst/openst.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
\graphicspath{ {./images/} }

\title{OpenST Mosaic\\\sc\Large{a framework to scale Ethereum}}
% TODO add all authors
\author{\textbf{Benjamin Bollen, Martin Schenck}\\ for OpenST Foundation}
\date{OpenST v0.10 - May 2018}

\begin{document}

\maketitle

% TODO check bibliography
\begin{abstract}
We present improvements to the OpenST protocol.
OpenST is a framework powered by Ethereum to build token economies.
Expand All @@ -46,8 +48,13 @@
% Section
%
\section{Introduction}
Ethereum is inherently limited in the number of transactions it can perform per second~\cite{ethereum}.
In order for Ethereum to gain mass adoption, an increase in throughput is desired.
Current efforts include state channels~\cite{lightning} like the Raiden Network~\cite{raiden} and side chains~\cite{sidechains} like Plasma~\cite{plasma}.
A drawback of the proposed solutions is the fact that the user has to be always online in order to ensure integrity of her transactions.

OpenST Mosaic is a holistic solution powered by Ethereum to scale Ethereum to thousands of transactions per second.

%OpenST is a holistic solution powered by Ethereum to scale Ethereum to.

%
% Section
Expand Down

0 comments on commit ece6568

Please sign in to comment.