From d00a2332562522d94025122dd6d43a5bc9e73eb0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 29 Mar 2018 13:54:23 +0200 Subject: [PATCH] start features changes --- _src/_assets/images/icon-hourglass.svg | 7 +++++++ _src/_assets/images/icon-network.svg | 19 +++++++++++++++++++ _src/_assets/images/icon-nodes.svg | 2 +- _src/_assets/images/icon-triangle.svg | 8 ++++++++ _src/features.html | 16 +++++++++++++--- 5 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 _src/_assets/images/icon-hourglass.svg create mode 100644 _src/_assets/images/icon-network.svg create mode 100644 _src/_assets/images/icon-triangle.svg diff --git a/_src/_assets/images/icon-hourglass.svg b/_src/_assets/images/icon-hourglass.svg new file mode 100644 index 0000000..e127afb --- /dev/null +++ b/_src/_assets/images/icon-hourglass.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/_src/_assets/images/icon-network.svg b/_src/_assets/images/icon-network.svg new file mode 100644 index 0000000..aa225c6 --- /dev/null +++ b/_src/_assets/images/icon-network.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/_src/_assets/images/icon-nodes.svg b/_src/_assets/images/icon-nodes.svg index 69561c4..539537d 100644 --- a/_src/_assets/images/icon-nodes.svg +++ b/_src/_assets/images/icon-nodes.svg @@ -1,8 +1,8 @@ + - diff --git a/_src/_assets/images/icon-triangle.svg b/_src/_assets/images/icon-triangle.svg new file mode 100644 index 0000000..437812d --- /dev/null +++ b/_src/_assets/images/icon-triangle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/_src/features.html b/_src/features.html index 7f7d206..335fb58 100644 --- a/_src/features.html +++ b/_src/features.html @@ -5,6 +5,9 @@ title: Features description: "Rather than trying to enhance 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: "Byzantine Fault Tolerant (BFT)" + text: "Up to one third of the nodes in the network can be experiencing arbitrary faults and the rest of the network will still come to consensus on the next block." + icon: "icon-network" - title: "Native Support of Multiassets" text: "With no native currency on BigchainDB, any asset, token or currency can be issued." icon: "icon-diamond" @@ -14,19 +17,26 @@ features: - 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: "Immutability" + text: "" + icon: "icon-castle" - title: "Federation Consensus Model" text: "Decentralized control via a federation of voting nodes makes for a super-peer P2P network." - icon: "icon-diamond" + icon: "icon-nodes" - 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: "Low Latency" + text: "A global network takes about a second to come to consensus on a new block. In other words, transaction finality happens fast." + icon: "icon-hourglass" - title: "Query" - text: "Leverage efficient big data query capabilities out of the box." + text: "Write and run any MongoDB query to search the contents of all stored transactions, assets, metadata and blocks. Powered by MongoDB itself." icon: "icon-search" - comingsoon: true + - title: "Decentralized" + text: "No single point of control. No singe point of failure." quotes: set2 js: page-features.min.js