2015-12-20 05:22:45 +01:00
---
layout: base
2016-02-10 20:20:15 +01:00
tagline: 'Meet BigchainDB. 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-01 14:56:46 +01:00
hero_video_name: northern-light
2016-02-08 18:06:21 +01:00
js: page-front.min.js
2016-02-01 14:56:46 +01:00
---
2016-01-09 19:07:09 +01:00
2016-02-01 14:56:46 +01:00
{% include hero-video.html %}
2016-01-17 17:57:55 +01:00
2016-01-09 18:15:23 +01:00
< section id = "features" class = "section section-features" >
< div class = "row" >
< header class = "section-header" >
2016-02-09 16:42:52 +01:00
< h1 class = "section-title" > This is BigchainDB< / h1 >
2016-02-07 23:40:26 +01:00
< p class = "section-description" >
2016-02-09 12:19:07 +01:00
1 million writes/s, petabytes of capacity and rich permissioning to power both open and private blockchain networks.
2016-02-07 23:40:26 +01:00
< / p >
2016-01-09 18:15:23 +01:00
< / header >
2016-02-08 18:06:21 +01:00
< figure class = "graph-bigchain img--responsive" >
{% include svg/graph-bigchain.svg %}
2016-01-09 18:15:23 +01:00
< / figure >
2016-02-07 23:40:26 +01:00
< div class = "section-features__main grid grid--full grid-small--fit grid--gutters" >
2016-02-08 19:50:38 +01:00
< div class = "grid__col" >
2016-01-09 18:15:23 +01:00
< svg class = "icon" >
< use xlink:href = "/assets/img/sprite.svg#icon-graph" > < / use >
< / svg >
2016-02-09 11:42:03 +01:00
< h3 > 1 Million Writes per Second< / h3 >
2016-02-08 19:50:38 +01:00
< / div >
< div class = "grid__col" >
2016-01-09 18:15:23 +01:00
< svg class = "icon" >
< use xlink:href = "/assets/img/sprite.svg#icon-servers" > < / use >
< / svg >
2016-02-08 19:50:38 +01:00
< h3 > Petabyte Capacity< / h3 >
< / div >
< div class = "grid__col" >
2016-01-09 18:15:23 +01:00
< svg class = "icon" >
2016-02-09 13:04:07 +01:00
< use xlink:href = "/assets/img/sprite.svg#icon-scaling" > < / use >
2016-01-09 18:15:23 +01:00
< / svg >
2016-02-08 19:50:38 +01:00
< h3 > Linear Scaling< / h3 >
< / div >
2016-01-09 18:15:23 +01:00
< / div >
2016-02-06 17:44:53 +01:00
2016-02-07 23:40:26 +01:00
< p class = "lead" > BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database.< / p >
< div class = "section-features__detail grid grid--full grid-small--columns grid--gutters grid--center" >
< div class = "grid__col grid__col--4" >
2016-02-10 16:57:19 +01:00
< p > BigchainDB fills a gap in the decentralization ecosystem: a decentralized database, at scale. It is complementary to decentralized processing platforms like Ethereum, and decentralized file systems like InterPlanetary File System (IPFS).< / p >
2016-02-07 23:40:26 +01:00
< / div >
< div class = "grid__col grid__col--2" >
< div class = "text-center" >
< a href = "/features" class = "btn btn-primary" > How it works< / a >
< / div >
< / div >
2016-02-06 17:44:53 +01:00
< / div >
2016-01-09 18:15:23 +01:00
< / div >
2016-02-08 14:35:02 +01:00
2016-01-09 18:15:23 +01:00
< / section >
2016-02-04 16:02:36 +01:00
< section class = "section section-getstarted background--darker" >
< div class = "row row--wide" >
2016-01-09 18:15:23 +01:00
< header class = "section-header" >
2016-02-09 12:19:07 +01:00
< h1 class = "section-title" > Get Started< / h1 >
< p class = "section-description" > Install and Run< / p >
2016-01-09 18:15:23 +01:00
< / header >
2016-02-09 16:36:03 +01:00
< div class = "grid grid--gutters grid--full grid-medium--half grid--center" >
< div class = "grid__col" >
< p > BigchainDB provides a rich API to create, query and transfer digital assets.< / p >
2016-02-10 15:17:16 +01:00
< p > < a href = "https://bigchaindb.readthedocs.org/" > Read documentation< / a > | < a href = "https://github.com/{{ site.github.org }}/{{ site.github.repo }}" > < svg class = "icon icon--social icon--github" > < use xlink:href = "/assets/img/sprite.svg#github" > < / use > < / svg > GitHub< / a > < / p >
2016-02-04 16:02:36 +01:00
< / div >
2016-02-09 16:36:03 +01:00
< div class = "grid__col" >
2016-02-10 13:16:44 +01:00
< figure class = "terminal highlight js-tracking-terminal" >
2016-02-04 16:02:36 +01:00
< code >
2016-02-09 16:36:03 +01:00
< span class = "comment" > # install bigchaindb< / span >
< span > < span class = "ne" > pip< / span > install < span class = "cp" > bigchaindb< / span > < / span > < br / >
< span class = "comment" > # start bigchaindb< / span >
< span > < span class = "ne" > bigchaindb< / span > start< / span >
2016-02-04 16:02:36 +01:00
< / code >
< / figure >
< / div >
2016-01-09 18:15:23 +01:00
< / div >
2016-02-04 16:02:36 +01:00
2016-01-09 18:15:23 +01:00
< / div >
< / section >
2016-02-04 16:02:36 +01:00
< section class = "section section-whitepaper background--photo" >
2015-12-22 13:26:13 +01:00
< div class = "row" >
< header class = "section-header" >
< h1 class = "section-title" > Whitepaper< / h1 >
2016-02-09 11:42:03 +01:00
< p class = "section-description" > BigchainDB: A Scalable Blockchain Database< / p >
2015-12-22 13:26:13 +01:00
< / header >
2016-02-09 16:50:52 +01:00
< a class = "btn btn-primary btn-sm" href = "/whitepaper/" >
2016-01-09 18:15:23 +01:00
< svg class = "icon" >
< use xlink:href = "/assets/img/sprite.svg#icon-documents" > < / use >
< / svg >
2016-01-17 16:47:49 +01:00
Read our Whitepaper
2016-01-09 18:15:23 +01:00
< / a >
2015-12-22 13:26:13 +01:00
< / div >
< / section >