2015-12-20 05:22:45 +01:00
---
layout: base
2017-03-02 14:27:08 +01:00
tagline: 'Meet BigchainDB. < br > The scalable blockchain database.'
2015-12-20 05:22:45 +01:00
2016-02-08 18:06:21 +01:00
front_page: true
2016-02-18 00:46:41 +01:00
quotes: set1
2017-06-28 20:59:47 +02:00
ipdb: true
2016-02-18 00:46:41 +01:00
2016-02-08 18:06:21 +01:00
js: page-front.min.js
2017-04-06 17:22:24 +02:00
redirect_from:
- /partners/
2017-06-24 13:33:46 +02:00
intro:
title: "This is BigchainDB"
description: "With high throughput, sub-second latency and powerful functionality to automate business processes, BigchainDB looks, acts and feels like a database with added blockchain characteristics."
keyfeatures:
- title: "Decentralization"
icon: "icon-nodes"
2017-06-28 20:49:37 +02:00
- title: "Query"
icon: "icon-search"
2017-06-24 13:33:46 +02:00
- title: "Immutability"
icon: "icon-castle"
2017-06-27 17:00:42 +02:00
- title: "Scaling"
icon: "icon-scaling"
2017-06-24 13:33:46 +02:00
- title: "Native Assets"
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."
2017-06-28 20:49:37 +02:00
button1: "All Features"
button2: "Get Started"
2016-02-01 14:56:46 +01:00
---
2016-01-09 19:07:09 +01:00
2017-03-02 14:27:08 +01:00
{% include hero.html %}
2016-01-17 17:57:55 +01:00
2016-11-14 11:59:16 +01:00
< section id = "features" class = "section section-intro" >
2016-01-09 18:15:23 +01:00
< div class = "row" >
< header class = "section-header" >
2017-06-24 13:33:46 +02:00
< h1 class = "section-title" > {{ page.intro.title }}< / h1 >
< p class = "section-description lead" > {{ page.intro.description }}< / p >
2016-01-09 18:15:23 +01:00
< / header >
2017-06-27 17:00:42 +02:00
< / div >
2016-01-09 18:15:23 +01:00
2017-06-27 17:00:42 +02:00
< div class = "row row--wide" >
2016-11-14 11:59:16 +01:00
< div class = "section-intro__main grid grid--full grid-small--fit grid--gutters" >
2017-06-24 13:33:46 +02:00
{% for feature in page.intro.keyfeatures %}
2016-02-08 19:50:38 +01:00
< div class = "grid__col" >
2016-01-09 18:15:23 +01:00
< svg class = "icon" >
2017-06-24 13:33:46 +02:00
< use xlink:href = "/assets/img/sprite.svg#{{ feature.icon }}" > < / use >
2016-01-09 18:15:23 +01:00
< / svg >
2017-06-24 13:33:46 +02:00
< h3 > {{ feature.title }}< / h3 >
2016-02-08 19:50:38 +01:00
< / div >
2017-06-24 13:33:46 +02:00
{% endfor %}
2016-01-09 18:15:23 +01:00
< / div >
2017-06-27 17:00:42 +02:00
< / div >
2016-02-06 17:44:53 +01:00
2017-06-27 17:00:42 +02:00
< div class = "row" >
2017-06-24 13:33:46 +02:00
< p class = "large text-center" > {{ page.intro.text }}< / p >
< p class = "text-center" >
2017-06-28 20:49:37 +02:00
< a class = "btn btn-primary" href = "/features/" > {{ page.intro.button1 }}< / a > < a class = "btn btn-secondary" href = "/getstarted/" > {{ page.intro.button2 }}< / a >
2016-11-14 11:59:16 +01:00
< / p >
2016-01-09 18:15:23 +01:00
< / div >
< / section >
2017-06-24 13:33:46 +02:00
{% include sections/section-testimonials.html %}
2016-02-14 15:43:29 +01:00
2017-04-20 14:03:05 +02:00
{% include sections/section-cta-enterprise.html %}
2017-06-24 13:33:46 +02:00
{% include sections/section-partners.html %}
2017-05-22 09:55:14 +02:00
2017-05-23 18:43:12 +02:00
{% include sections/section-blog.html %}