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

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.

Off you go

Response

Beep, boop, waiting for your input...
                    
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.

Simple, eh?

BigchainDB Overview

1 Server

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

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.

Officially supported drivers

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

Officially supported tools

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

Community supported 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 %}