1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-01-12 14:00:42 +01:00
site/_src/start.html

57 lines
1.4 KiB
HTML

---
layout: page
title: Get started
description: ""
js: page-start.min.js
---
<section class="section section--architecture">
<div class="row">
<header class="section-header">
<p class="section-description">Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.</p>
</header>
</div>
<div class="row">
<figure class="architecture">
</figure>
</div>
</section>
<nav class="menu--sub">
<div class="row row--wide">
<div class="menu-overflow">
<a class="menu__link scroll" href="#server">Server</a>
<a class="menu__link scroll" href="#drivers">Drivers &amp; Tools</a>
<a class="menu__link scroll" href="#docs">Documentation</a>
<a class="menu__link scroll" href="#community">Community</a>
</div>
</div>
</nav>
<section class="section section--server" id="#server">
<div class="row">
</div>
</section>
<section class="section section--drivers" id="#drivers">
<div class="row">
</div>
</section>
<section class="section section--drivers" id="#docs">
<div class="row">
</div>
</section>
<section class="section section--drivers" id="#community">
<div class="row">
</div>
</section>