mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
start features changes
This commit is contained in:
parent
38b98f16b6
commit
d00a233256
7
_src/_assets/images/icon-hourglass.svg
Normal file
7
_src/_assets/images/icon-hourglass.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="24" viewBox="0 0 18 24">
|
||||
<g>
|
||||
<polyline stroke="currentColor" points="2.5 19.5 6 19.5 9 16.5 12 19.5 15.5 19.5"/>
|
||||
<path stroke="currentColor" d="M3.896,9.5 L14.104,9.5"/>
|
||||
<path d="M15.5 5.5C15.5 9.09 12.588 12 9 12 5.408 12 2.5 9.09 2.5 5.5L2.5.5 15.5.5 15.5 5.5zM15.5 18.5C15.5 14.911 12.588 12 9 12 5.408 12 2.5 14.911 2.5 18.5L2.5 23.5 15.5 23.5 15.5 18.5zM.5.5L17.5.5M.5 23.5L17.5 23.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 479 B |
19
_src/_assets/images/icon-network.svg
Normal file
19
_src/_assets/images/icon-network.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
|
||||
<g transform="translate(6 7)">
|
||||
<path d="M.386.407L9.619 7.582M.386 7.582L9.619.407"/>
|
||||
</g>
|
||||
<g stroke="currentColor">
|
||||
<ellipse cx="3.5" cy="2" rx="3" ry="1.5"/>
|
||||
<path d="M6.5,4.5 C6.5,5.328 5.156,6 3.5,6 C1.844,6 0.5,5.328 0.5,4.5"/>
|
||||
<path d="M6.5,2 L6.5,7 C6.5,7.828 5.156,8.5 3.5,8.5 C1.844,8.5 0.5,7.828 0.5,7 L0.5,2"/>
|
||||
<ellipse cx="18.5" cy="2" rx="3" ry="1.5"/>
|
||||
<path d="M21.5,4.5 C21.5,5.328 20.156,6 18.5,6 C16.844,6 15.5,5.328 15.5,4.5"/>
|
||||
<path d="M21.5,2 L21.5,7 C21.5,7.828 20.156,8.5 18.5,8.5 C16.844,8.5 15.5,7.828 15.5,7 L15.5,2"/>
|
||||
<ellipse cx="3.5" cy="15" rx="3" ry="1.5"/>
|
||||
<path d="M6.5,17.5 C6.5,18.328 5.156,19 3.5,19 C1.844,19 0.5,18.328 0.5,17.5"/>
|
||||
<path d="M6.5,15 L6.5,20 C6.5,20.828 5.156,21.5 3.5,21.5 C1.844,21.5 0.5,20.828 0.5,20 L0.5,15"/>
|
||||
<ellipse cx="18.5" cy="15" rx="3" ry="1.5"/>
|
||||
<path d="M21.5,17.5 C21.5,18.328 20.156,19 18.5,19 C16.844,19 15.5,18.328 15.5,17.5"/>
|
||||
<path d="M21.5,15 L21.5,20 C21.5,20.828 20.156,21.5 18.5,21.5 C16.844,21.5 15.5,20.828 15.5,20 L15.5,15"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -1,8 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25">
|
||||
<g>
|
||||
<path d="M8.5 19.501L15.5 19.501M13.984 7.953L17.914 15.827M10 8.001L6.087 15.827"/>
|
||||
<circle stroke="currentColor" cx="4.5" cy="19.501" r="4"/>
|
||||
<circle stroke="currentColor" cx="19.5" cy="19.501" r="4"/>
|
||||
<circle stroke="currentColor" cx="12" cy="4.501" r="4"/>
|
||||
<path d="M8.5 19.501L15.5 19.501M13.984 7.953L17.914 15.827M10 8.001L6.087 15.827"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
8
_src/_assets/images/icon-triangle.svg
Normal file
8
_src/_assets/images/icon-triangle.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23">
|
||||
<g>
|
||||
<path d="M12.288 3.5L20.955 19.494M3.042 19.5L11.713 3.499M20.498 20.5L3.5 20.5"/>
|
||||
<rect stroke="currentColor" width="3" height="3" x="10.5" y=".5"/>
|
||||
<rect stroke="currentColor" width="3" height="3" x="20.5" y="19.5"/>
|
||||
<rect stroke="currentColor" width="3" height="3" x=".5" y="19.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 406 B |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user