1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/start.html

210 lines
7.5 KiB
HTML
Raw Normal View History

2017-06-15 18:54:34 +02:00
---
layout: page
title: Get started
description: ""
2017-06-15 19:16:45 +02:00
js: page-getstarted.min.js
redirect_from:
- /community/
2017-06-15 18:54:34 +02:00
---
2017-06-22 14:31:49 +02:00
<section class="section section--firsttransaction">
<div class="row">
<header class="section-header">
<h1 class="section-title">Get your first transaction into BigchainDB</h1>
<p class="section-description">Never wrote something into a blockchain? Nows your chance: add your message and send off your first transaction to BigchainDB running within IPDB.</p>
</header>
</div>
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid--gutters">
<div class="grid__col">
<h3>Request</h3>
</div>
<div class="grid__col">
<h3>Response</h3>
</div>
</div>
</div>
</section>
2017-06-15 18:54:34 +02:00
<section class="section section--architecture">
<div class="row">
<header class="section-header">
2017-06-22 14:31:49 +02:00
<p class="section-description">Architecture overview</p>
2017-06-15 18:54:34 +02:00
</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>
2017-06-15 19:16:45 +02:00
<section class="section section--server" id="server">
2017-06-22 14:31:49 +02:00
<div class="row row--wide">
<header class="section-header text-left">
<h1 class="section-title">Get Server</h1>
</header>
</div>
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid--gutters">
<div class="grid__col">
<h3>IPDB: the public BigchainDB network</h3>
<p>No need for any installation. Sign up and connect instantly, we handle running a BigchainDB production node for you.</p>
<a class="btn btn-primary" href="">Get IPDB</a>
</div>
<div class="grid__col">
<h3>BigchainDB Server</h3>
<p>If you want to run your own BigchainDB instance you can either install on Linux or with Docker on any system.</p>
<a class="btn btn-secondary" href="">Install BigchainDB Server</a>
</div>
</div>
2017-06-15 18:54:34 +02:00
</div>
</section>
2017-06-15 19:16:45 +02:00
<section class="section section--drivers background--darker" id="drivers">
2017-06-22 14:31:49 +02:00
<div class="row row--wide">
<header class="section-header text-left">
<h1 class="section-title">Get Drivers &amp; Tools</h1>
</header>
</div>
<div class="row row--wide">
<h3>BigchainDB in your language</h3>
<p>Get one of the drivers to connect to IPDB or your BigchainDB server instance.</p>
</div>
<div class="row row--wide">
<h3>Officially supported drivers</h3>
<div class="grid grid--full grid-small--half grid-medium--fit grid--gutters">
{% for driver in site.data.drivers.official %}
<div class="grid__col">
<a class="driver" href="https://github.com/bigchaindb/{{ driver.repo }}">
<h2 class="driver__title">{{ driver.title }}</h2>
<svg class="driver__logo">
<use></use>
</svg>
<p class="driver__meta">
<span class="driver__repo">{{ driver.repo }}</span>
<span class="driver__version">{{ driver.version }}</span>
</p>
</a>
</div>
{% endfor %}
</div>
</div>
<div class="row row--wide">
<h3>Officially supported tools</h3>
<div class="grid grid--full grid-small--half grid-medium--fit grid--gutters">
{% for driver in site.data.drivers.tools %}
<div class="grid__col">
<a class="driver" href="https://github.com/bigchaindb/{{ driver.repo }}">
<h2 class="driver__title">{{ driver.title }}</h2>
<p class="driver__meta">
<span class="driver__repo">{{ driver.repo }}</span>
<span class="driver__version">{{ driver.version }}</span>
</p>
</a>
</div>
{% endfor %}
</div>
</div>
<div class="row row--wide">
<h3>Community supported drivers</h3>
<div class="grid grid--full grid-small--half grid-medium--fit grid--gutters">
{% for driver in site.data.drivers.community %}
<div class="grid__col">
<a class="driver driver--community" href="https://github.com/bigchaindb/{{ driver.repo }}">
<svg class="driver__logo">
<use></use>
</svg>
<h2 class="driver__title">{{ driver.title }}</h2>
<p class="driver__meta">
<span class="driver__repo">{{ driver.repo }}</span>
</p>
</a>
</div>
{% endfor %}
</div>
2017-06-15 18:54:34 +02:00
</div>
</section>
2017-06-22 14:31:49 +02:00
<section class="section section--docs background--light" id="docs">
2017-06-15 18:54:34 +02:00
<div class="row">
2017-06-22 14:31:49 +02:00
<header class="section-header">
<h1 class="section-title">Next Up</h1>
<p class="section-description">Dive into our documentation or learn or code.</p>
</header>
</div>
<div class="row">
<div class="grid grid--full grid-small--fit grid--gutters">
<div class="grid__col">
<h3>Tutorials</h3>
</div>
<div class="grid__col">
<h3>Code examples</h3>
</div>
<div class="grid__col">
<h3>Documentation</h3>
</div>
</div>
2017-06-15 18:54:34 +02:00
</div>
</section>
2017-06-15 19:16:45 +02:00
<section class="section section--community" id="community">
2017-06-15 18:54:34 +02:00
<div class="row">
2017-06-15 19:16:45 +02:00
<header class="section-header">
<h1 class="section-title">Get Involved</h1>
<p class="section-description">There are many ways you can contribute to the BigchainDB project, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
<a href="{{ site.social.github.url }}/{{ site.social.github.repo }}/blob/master/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read The Guidelines</a>
</header>
<div class="grid grid--full grid-small--fit grid--gutters">
<div class="grid__col">
<h1>Follow</h1>
<p>Follow us for the latest updates</p>
{% for link in site.social %}
<a class="social-link js-social-link" href="{{ link[1].url }}" title="{{ link[1].title }}">
<svg class="icon icon--social icon--{{ link[0] }}" aria-labelledby="title">
<title>{{ link.title }}</title>
<use xlink:href="/assets/img/sprite.svg#{{ link[0] }}"></use>
</svg>
<span class="social-link__title">{{ link[1].title }}</span>
</a>
{% endfor %}
</div>
</div>
2017-06-15 18:54:34 +02:00
</div>
2017-06-15 19:16:45 +02:00
{% include svg/wrigley-with-stage.svg %}
2017-06-15 18:54:34 +02:00
</section>
2017-06-15 19:16:45 +02:00
{% include sections/section-newsletter.html %}