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? Now’ s 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" >
2017-06-22 16:38:00 +02:00
< h4 > Request< / h4 >
< form class = "form form--transaction" action = "" method = "post" >
< p class = "form-group" >
< input class = "form-control" type = "text" name = "message" required >
< label class = "form-label" for = "message" > Add a message< / label >
< / p >
< p class = "form-group" >
A transaction can contain a digital asset along with a message. Type something to be sent along the asset.
< / p >
2017-06-22 17:03:05 +02:00
< a class = "btn btn-primary" id = "post" href = "#" > Off you go< / a >
2017-06-22 16:38:00 +02:00
< / form >
2017-06-22 14:31:49 +02:00
< / div >
< div class = "grid__col" >
2017-06-22 16:38:00 +02:00
< h4 > Response< / h4 >
< div class = "waiting" >
< pre >
< code class = "waiting" > Beep, boop, waiting for your input...< / code >
< / pre >
< / div >
< div class = "response highlight hide" >
< pre >
< code class = "waiting" > Beep, boop, waiting for your input...< / code >
< code class = "language-json" > {
"asset": {
"data": {
"msg": "Blockchain all the things!"
}
},
"id": "04c00267af82c161b4bf2ad4a47d1ddbfeb47eef1a14b8d51",
...< / code >
< / pre >
< / div >
< p class = "hide" > Nicely done! You have just created an asset, sent it along in a signed transaction and retrieved the result of that transaction. Phew.< / p >
2017-06-22 14:31:49 +02:00
< / div >
< / div >
< / div >
2017-06-15 18:54:34 +02:00
< div class = "row" >
< header class = "section-header" >
2017-06-22 17:03:05 +02:00
< p class = "section-description" > Simple, eh?< / p >
2017-06-15 18:54:34 +02:00
< / header >
< / div >
2017-06-22 17:03:05 +02:00
< / section >
2017-06-15 18:54:34 +02:00
2017-06-22 17:03:05 +02:00
< section class = "section section--architecture" >
< div class = "row row--wide" >
< figure class = "architecture" >
< img class = "img--responsive" src = "/assets/img/architecture.svg" alt = "BigchainDB Overview" >
2017-06-15 18:54:34 +02:00
< / 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 & 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" >
2017-06-22 16:38:00 +02:00
< h1 class = "section-title section-title--numbered" > < span > 1< / span > Server< / h1 >
2017-06-22 14:31:49 +02:00
< / 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" >
2017-06-22 16:38:00 +02:00
< h1 class = "section-title section-title--numbered" > < span > 2< / span > Drivers & Tools< / h1 >
< p class = "section-description" > Get one of the drivers to connect to IPDB or your BigchainDB server instance.< / p >
2017-06-22 14:31:49 +02:00
< / header >
< / 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-22 16:38:00 +02:00
< div class = "row row--wide" >
2017-06-22 14:31:49 +02:00
< header class = "section-header" >
2017-06-22 16:38:00 +02:00
< h1 class = "section-title section-title--numbered" > < span > 3< / span > Next Up< / h1 >
2017-06-22 14:31:49 +02:00
< p class = "section-description" > Dive into our documentation or learn or code.< / p >
< / header >
< / div >
2017-06-22 16:38:00 +02:00
< div class = "row row--wide" >
2017-06-22 14:31:49 +02:00
< 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" >
2017-06-22 16:38:00 +02:00
< h1 class = "section-title section-title--numbered" > < span > 4< / span > Community< / h1 >
2017-06-15 19:16:45 +02:00
< 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 >
< / header >
2017-06-22 14:52:59 +02:00
< / div >
2017-06-15 19:16:45 +02:00
2017-06-22 14:52:59 +02:00
< div class = "row community__actions" >
< div class = "grid grid--full grid-small--fit grid--gutters" >
< div class = "grid__col" >
< h5 > Chat on Gitter< / h5 >
< p > Start a chat with us on Gitter.< / p >
< a href = "{{ site.social.gitter.url }}" class = "btn btn-primary btn-sm" >
Chat on Gitter
< / a >
< / div >
< div class = "grid__col" >
< h5 > Open an issue< / h5 >
< p > So you found a bug? Report it!< / p >
< a href = "{{ site.social.github.url }}/{{ site.social.github.repo }}" class = "btn btn-primary btn-sm" >
Open issue
< / a >
< / div >
< div class = "grid__col" >
< h5 > Guidelines< / h5 >
< p > Read up on our community guidelines.< / p >
< a href = "{{ site.social.github.url }}/{{ site.social.github.repo }}/blob/master/CONTRIBUTING.md" class = "btn btn-primary btn-sm" > Read Guidelines< / a >
< / div >
< / div >
< / div >
< div class = "row" >
2017-06-15 19:16:45 +02:00
< div class = "grid grid--full grid-small--fit grid--gutters" >
< div class = "grid__col" >
2017-06-22 16:38:00 +02:00
< h5 > Follow< / h5 >
2017-06-15 19:16:45 +02:00
< 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
2017-06-15 18:54:34 +02:00
< / section >
2017-06-15 19:16:45 +02:00
{% include sections/section-newsletter.html %}