mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
add new whitepaper
This commit is contained in:
parent
706082066c
commit
e12de2bace
@ -1,12 +1,4 @@
|
|||||||
<RoutingRules>
|
<RoutingRules>
|
||||||
<RoutingRule>
|
|
||||||
<Condition>
|
|
||||||
<KeyPrefixEquals>whitepaper/bigchaindb-whitepaper.pdf</KeyPrefixEquals>
|
|
||||||
</Condition>
|
|
||||||
<Redirect>
|
|
||||||
<ReplaceKeyPrefixWith>whitepaper/</ReplaceKeyPrefixWith>
|
|
||||||
</Redirect>
|
|
||||||
</RoutingRule>
|
|
||||||
<RoutingRule>
|
<RoutingRule>
|
||||||
<Condition>
|
<Condition>
|
||||||
<KeyPrefixEquals>whitepaper/bigchaindb-primer.pdf</KeyPrefixEquals>
|
<KeyPrefixEquals>whitepaper/bigchaindb-primer.pdf</KeyPrefixEquals>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
.page-whitepaper {
|
.page-whitepaper {
|
||||||
.content--page--markdown {
|
.content--page--markdown {
|
||||||
> p:nth-child(1),
|
> p:first-child {
|
||||||
> p:nth-child(2),
|
text-align: center;
|
||||||
> p:nth-child(3) { text-align: center; }
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Whitepaper</h1>
|
<h1 class="section-title">Whitepaper</h1>
|
||||||
<p class="section-description">BigchainDB: A Scalable Blockchain Database</p>
|
<p class="section-description">{{ site.name }}: {{ site.description }}</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<a class="btn btn-primary" href="/whitepaper/">
|
<a class="btn btn-primary" href="{% link whitepaper/index.md %}">
|
||||||
<svg class="icon">
|
<svg class="icon">
|
||||||
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
|
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
|
||||||
</svg>
|
</svg>
|
||||||
|
15
_src/_includes/sections/section-whitepaper-download.html
Normal file
15
_src/_includes/sections/section-whitepaper-download.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<section class="section section-whitepaper-download background--photo">
|
||||||
|
<div class="row">
|
||||||
|
<header class="section-header">
|
||||||
|
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
|
||||||
|
<p class="section-description">{{ page.whitepaper.text }}</p>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p class="text-center">
|
||||||
|
{% for whitepaper in page.whitepaper.files %}
|
||||||
|
<a href="{{ whitepaper.file }}" class="btn btn-primary js-tracking-whitepaper-download"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
|
||||||
|
{% endfor %}
|
||||||
|
</p>
|
||||||
|
<p class="text-center small">Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
@ -18,6 +18,7 @@ layout: base
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% if page.title == "Whitepaper" %}
|
{% if page.path contains "whitepaper" %}
|
||||||
|
{% include sections/section-whitepaper-download.html %}
|
||||||
{% include sections/section-newsletter.html %}
|
{% include sections/section-newsletter.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -182,4 +182,4 @@ js: page-features.min.js
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include sections/section-getstarted.html %}
|
{% include sections/section-cta-whitepaper.html %}
|
||||||
|
BIN
_src/whitepaper/bigchaindb-whitepaper.pdf
Normal file
BIN
_src/whitepaper/bigchaindb-whitepaper.pdf
Normal file
Binary file not shown.
@ -1,23 +1,27 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
|
|
||||||
title: Whitepaper
|
title: BigchainDB 2.0 Whitepaper
|
||||||
description: "We're working on a new whitepaper. Stay tuned for updates."
|
description: >
|
||||||
|
BigchainDB version 2.0 makes significant improvements over previous versions. In particular, it is now Byzantine fault tolerant (BFT), so up to a third of the nodes can fail in any way, and the system will continue to agree on how to proceed. BigchainDB 2.0 is also production-ready for many use cases.
|
||||||
|
|
||||||
image: photo3.jpg
|
image: photo3.jpg
|
||||||
header: photo3.jpg
|
header: photo3.jpg
|
||||||
|
|
||||||
whitepaper:
|
whitepaper:
|
||||||
title: Whitepaper downloads
|
title: Whitepaper Downloads
|
||||||
text: The whitepaper is no longer a living document. Significant changes made since June 8, 2016 are noted in an Addendum attached at the end.
|
text: The whitepaper is a living document...
|
||||||
updated: 2017-05-23
|
updated: 2018-05-14
|
||||||
files:
|
files:
|
||||||
- file: bigchaindb-primer.pdf
|
|
||||||
button: Download primer (pdf)
|
|
||||||
class: btn-primary
|
|
||||||
- file: bigchaindb-whitepaper.pdf
|
- file: bigchaindb-whitepaper.pdf
|
||||||
button: Download whitepaper (pdf)
|
button: Download Whitepaper (pdf)
|
||||||
class: btn-link
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="alert alert--info"><div class="lead text-center">We're working on a new whitepaper. Stay tuned for updates.</div></div>
|
*May 2018*
|
||||||
|
*BigchainDB GmbH, Berlin, Germany*
|
||||||
|
|
||||||
|
## Abstract
|
||||||
|
|
||||||
|
BigchainDB is software that has blockchain properties (e.g. decentralization, immutability, owner-controlled assets) and database properties (e.g. high transaction rate, low latency, indexing & querying of structured data). It was first released — open source — in February 2016 and has been improved continuously ever since. BigchainDB version 2.0 makes significant improvements over previous versions. In particular, it is now Byzantine fault tolerant (BFT), so up to a third of the nodes can fail in any way, and the system will continue to agree on how to proceed. BigchainDB 2.0 is also production-ready for many use cases.
|
||||||
|
|
||||||
|
In this paper, we review the design goals of BigchainDB 2.0 and how they were achieved, we explore some use cases, we show how BigchainDB fits into the overall decentralization ecosystem, we follow the life of a transaction to understand how BigchainDB 2.0 works, we note ways to try BigchainDB, we outline how you can contribute, and we summarize future plans.
|
||||||
|
Loading…
Reference in New Issue
Block a user