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..b78136a 100644 --- a/_src/_assets/styles/_page-features.scss +++ b/_src/_assets/styles/_page-features.scss @@ -36,7 +36,9 @@ } .feature__text { - margin-bottom: 0; + p { + margin-bottom: 0; + } } .feture_roadmap { diff --git a/_src/features.html b/_src/features.html index 26dd9a2..43538b0 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 to ensure a clear separation of duties and enforce selective access. [Permissions in BigchainDB](https://docs.bigchaindb.com/en/latest/permissions.html)" + 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"