--- layout: page title: Get started description: "" js: page-getstarted.min.js redirect_from: - /community/ - /start/ ---

Get your first transaction into BigchainDB

Never wrote something into a blockchain? Now’s your chance: add your message and send off your first transaction to BigchainDB running within IPDB.

Request

A transaction can contain a digital asset along with a message. Type something to be sent along the asset.

Response

Beep, boop, waiting for your input...
                    
{
  "asset": {
    "data": {
      "msg": "Blockchain all the things!"
    }
  },
  "id": "04c00267af82c161b4bf2ad4a47d1ddbfeb47eef1a14b8d51",
  ...

Nicely done! You have just created an asset, sent it along in a signed transaction and retrieved the result of that transaction. Phew.

Check out your transaction on IPDB

Shenanigans! Something's off. Would you mind trying again?

Simple, eh?

BigchainDB Overview

1 Server

Server is cool but what you really want is IPDB. Install, installation

Managed

IPDB: the public BigchainDB network

No need for any installation. Sign up and connect instantly, we handle running a BigchainDB production node for you.

Get IPDB
Self-hosted

BigchainDB Server

If you want to run your own BigchainDB instance you can either install on Linux or with Docker on any system.

Install BigchainDB Server

2 Drivers & Tools

Get one of the drivers to connect to IPDB or your BigchainDB server instance.

Official drivers

{% for driver in site.data.drivers.official %} {% endfor %}

Official tools

{% for driver in site.data.drivers.tools %} {% endfor %}

Community drivers

{% for driver in site.data.drivers.community %} {% endfor %}

3 Next Up

Dive into our documentation or learn or code.

Tutorials

Code examples

Documentation

4 Community

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.

Chat on Gitter

Start a chat with us on Gitter.

Chat on Gitter
Open an issue

So you found a bug? Report it!

Open issue
Guidelines

Read up on our community guidelines.

Read Guidelines
Follow

Follow us for the latest updates

{% for link in site.social %} {% endfor %}
{% include sections/section-newsletter.html %}