diff --git a/_src/_assets/images/nosprite/stack-blockchain.svg b/_src/_assets/images/nosprite/stack-blockchain.svg index 16ff8e6..3454a0a 100644 --- a/_src/_assets/images/nosprite/stack-blockchain.svg +++ b/_src/_assets/images/nosprite/stack-blockchain.svg @@ -1,754 +1,26 @@ - - - - -stacks - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + Decentralized Processing + + + Decentralized File Systems + + + + + + + + diff --git a/_src/_assets/images/nosprite/stack-traditional.svg b/_src/_assets/images/nosprite/stack-traditional.svg index 91f0b48..806039b 100644 --- a/_src/_assets/images/nosprite/stack-traditional.svg +++ b/_src/_assets/images/nosprite/stack-traditional.svg @@ -1,648 +1,21 @@ - - - - -stack-traditional - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/_src/_assets/styles/_page-features.scss b/_src/_assets/styles/_page-features.scss index 6e14a1f..ae724e5 100644 --- a/_src/_assets/styles/_page-features.scss +++ b/_src/_assets/styles/_page-features.scss @@ -1,13 +1,3 @@ - -.table--comparison { - .icon-check { - width: 1rem; - height: 1rem; - margin: auto; - display: block; - } -} - .feature { display: flex; margin-bottom: $spacer; @@ -36,7 +26,9 @@ } .feature__text { - margin-bottom: 0; + p { + margin-bottom: 0; + } } .feture_roadmap { @@ -73,8 +65,30 @@ } } -.section-comparison { +.table--comparison { + td { + text-align: center; + } + + tbody td:first-child { + text-align: left; + } + .icon-check { - stroke-width: 2; + width: 1rem; + height: 1rem; + margin: auto; + display: block; + stroke-width: 3; + stroke: #fff; + } + + a { + display: inline-block; + box-shadow: none; + + .icon-check { + stroke: $brand-primary; + } } } diff --git a/_src/_includes/table-comparison.html b/_src/_includes/table-comparison.html index cc56539..1e50996 100644 --- a/_src/_includes/table-comparison.html +++ b/_src/_includes/table-comparison.html @@ -13,19 +13,35 @@ Immutability - + + + + +
No Central Authority - + + + + + + +
Assets Over Network - + + + + + + +
High Throughput @@ -49,13 +65,25 @@ Rich Permissioning - + + + + + + +
Query Capabilities - + + + + + + +
diff --git a/_src/_layouts/page.html b/_src/_layouts/page.html index 16d2709..d2f18f0 100644 --- a/_src/_layouts/page.html +++ b/_src/_layouts/page.html @@ -41,7 +41,7 @@ layout: base

{% for whitepaper in page.whitepaper.files %} - {{ whitepaper.button }} + {{ whitepaper.button }} {% endfor %}

Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}

diff --git a/_src/features.html b/_src/features.html index 26dd9a2..baef1a7 100644 --- a/_src/features.html +++ b/_src/features.html @@ -2,141 +2,71 @@ layout: page title: Features -description: 'Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.' +description: "Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets." + +features: + - title: "Native Support of Multiassets" + text: "With no native currency on BigchainDB, any asset, token or currency can be issued." + icon: "icon-diamond" + - title: "Customizable" + text: "Design your own private network with custom assets, transactions, permissions and transparency." + icon: "icon-settings" + - title: "Rich Permissioning" + text: "[Set permissions at transaction level](https://docs.bigchaindb.com/en/latest/permissions.html) to ensure a clear separation of duties and enforce selective access." + icon: "icon-group" + - title: "Federation Consensus Model" + text: "Decentralized control via a federation of voting nodes makes for a super-peer P2P network." + icon: "icon-diamond" + - title: "Open Source" + text: "[Open sourced](https://github.com/bigchaindb) to the community so that everyone can use it and build their own applications on top of it." + icon: "icon-tree" + - title: "Public or Private" + text: "Roll out your own public or private networks for specific industry use cases." + icon: "icon-lock" + - title: "Query" + text: "Leverage efficient big data query capabilities out of the box." + icon: "icon-search" + - title: "Petabytes Capacity" + text: "Store arbitrary asset and transaction metadata right in BigchainDB, not elsewhere." + icon: "icon-servers" + comingsoon: true + - title: "Linear Scaling" + text: "The more nodes added, the higher the throughput and the higher the storage capacity." + icon: "icon-scaling" + comingsoon: true quotes: set2 - js: page-features.min.js ---
-

Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.

+

{{ page.description }}

+ + {% for feature in page.features %}
- +
-

Towards One Million Writes per Second

-

Each write is recorded on the blockchain database without the need for Merkle Trees or sidechains. Details in our whitepaper, section 8.

-
-
-
-
-
- - - -
-

Native Support of Multiassets

-

With no native currency on BigchainDB, any asset, token or currency can be issued.

-
-
-
-
-
- - - -
-

Customizable

-

Design your own private network with custom assets, transactions, permissions and transparency.

-
-
-
-
-
- - - -
-

Rich Permissioning

-

Set permissions at transaction level to ensure a clear separation of duties and enforce selective access.

-
-
-
-
-
- - - -
-

Federation Consensus Model

-

Decentralized control via a federation of voting nodes makes for a super-peer P2P network.

-
-
-
-
-
- - - -
-

Open Source

-

Open sourced to the community so that everyone can use it and build their own applications on top of it.

-
-
-
-
-
- - - -
-

Public or Private

-

Roll out your own public or private networks for specific industry use cases.

-
-
-
-
-
- - - -
-

Petabytes Capacity Coming soon

-

Load up hashes, metadata and files onto the BigchainDB so every asset can reside on the blockchain database.

-
-
-
-
-
- - - -
-

Query

-

Leverage efficient big data query capabilities out of the box.

-
-
-
-
-
- - - -
-

Linear Scaling Coming soon

-

The more nodes added, the higher the throughput and the higher the storage capacity.

+

{{ feature.title }} {% if feature.comingsoon %}Coming soon{% endif %}

+
{{ feature.text | markdownify }}
+ {% endfor %}

Our Roadmap

- -

- For more insight, read our whitepaper. -

diff --git a/_src/index.html b/_src/index.html index dffaea9..c4fd06e 100644 --- a/_src/index.html +++ b/_src/index.html @@ -25,7 +25,7 @@ intro: icon: "icon-castle" - title: "Scaling" icon: "icon-scaling" - - title: "Native Assets" + - title: "Assets & Tokens" icon: "icon-diamond" text: "BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database, supporting a wide range of industries and use cases." button1: "All Features" diff --git a/_src/whitepaper/index.md b/_src/whitepaper/index.md index 34ec8e5..a70b5c0 100644 --- a/_src/whitepaper/index.md +++ b/_src/whitepaper/index.md @@ -13,10 +13,12 @@ whitepaper: 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. updated: 2017-05-23 files: - - file: bigchaindb-whitepaper.pdf - button: Download whitepaper (pdf) - file: bigchaindb-primer.pdf button: Download primer (pdf) + class: btn-primary + - file: bigchaindb-whitepaper.pdf + button: Download whitepaper (pdf) + class: btn-link --- *by
Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen, Ryan Henderson, Sylvain Bellemare, Alberto Granzotto*