1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-07-01 06:02:12 +02:00
site/_src/index.html

89 lines
3.7 KiB
HTML
Raw Normal View History

---
layout: base
2016-02-10 20:20:15 +01:00
tagline: 'Meet BigchainDB. The scalable blockchain database.'
front_page: true
hero_video_name: northern-light
quotes: set1
js: page-front.min.js
---
{% include hero-video.html %}
<section id="features" class="section section-intro">
2016-01-09 18:15:23 +01:00
<div class="row">
<header class="section-header">
2016-02-09 16:42:52 +01:00
<h1 class="section-title">This is BigchainDB</h1>
<p class="section-description lead">
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.
2016-02-07 23:40:26 +01:00
</p>
2016-01-09 18:15:23 +01:00
</header>
<div class="section-intro__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-nodes"></use>
2016-01-09 18:15:23 +01:00
</svg>
<h3>Decentralization</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-tower"></use>
2016-01-09 18:15:23 +01:00
</svg>
<h3>Immutability</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-diamond"></use>
2016-01-09 18:15:23 +01:00
</svg>
<h3>Native Assets</h3>
2016-02-08 19:50:38 +01:00
</div>
2016-01-09 18:15:23 +01:00
</div>
<p class="large text-center">
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.
</p>
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-15 18:38:02 +01:00
<section class="section section-quickstart background--darker">
<div class="row row--wide">
2016-01-09 18:15:23 +01:00
<header class="section-header">
2016-02-15 18:38:02 +01:00
<h1 class="section-title">Quick Start Guide</h1>
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">
2016-02-15 18:38:02 +01:00
<h1 class="section-quickstart__title">Install and Run</h1>
2016-02-09 16:36:03 +01:00
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
<p><a class="btn btn-primary" href="https://docs.bigchaindb.com/">Documentation</a> <a class="btn btn-secondary" 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>
</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">
<code>
2016-02-18 02:35:02 +01:00
<span class="deps">Dependencies: Loaded</span>
<span class="deps">(See <a class="terminal__link" href="https://docs.bigchaindb.com">docs.bigchaindb.com</a>)</span>
2016-02-18 02:35:02 +01:00
<span class="deps">Python: Python 3.4+</span>
<span class="deps">RethinkDB: Running</span>
<span class="deps">---------------</span><br>
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>
2016-02-18 02:35:02 +01:00
<span><span class="ne">bigchaindb</span> start</span>
</code>
</figure>
</div>
2016-01-09 18:15:23 +01:00
</div>
2016-01-09 18:15:23 +01:00
</div>
</section>
{% include sections/section-partners.html %}
{% include sections/section-testimonials.html %}
2015-12-22 13:26:13 +01:00
{% include sections/section-cta-features.html %}