mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
84 lines
2.9 KiB
Markdown
84 lines
2.9 KiB
Markdown
<!---
|
|
Copyright BigchainDB GmbH and BigchainDB contributors
|
|
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
|
Code is Apache-2.0 and docs are CC-BY-4.0
|
|
--->
|
|
|
|
# Quickstart
|
|
|
|
<style media="screen" type="text/css">
|
|
.button {
|
|
border-top: 1px solid #96d1f8;
|
|
background: #65a9d7;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
|
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
|
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
|
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
|
background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
|
padding: 8.5px 17px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|
color: white;
|
|
font-size: 16px;
|
|
font-family: Arial, Sans-Serif;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
}
|
|
.button:hover {
|
|
border-top-color: #28597a;
|
|
background: #28597a;
|
|
color: #ccc;
|
|
}
|
|
.button:active {
|
|
border-top-color: #1b435e;
|
|
background: #1b435e;
|
|
}
|
|
a.button:visited {
|
|
color: white
|
|
}
|
|
.buttondiv {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
</style>
|
|
|
|
## Try BigchainDB
|
|
|
|
Create a BigchainDB transaction and post it to a BigchainDB network in 20 seconds or less:
|
|
|
|
<div class="buttondiv">
|
|
<a class="button" href="https://www.bigchaindb.com/developers/getstarted/">Try BigchainDB Now</a>
|
|
</div>
|
|
|
|
## Develop an App
|
|
|
|
To develop an app that talks to a BigchainDB network, you'll want a test network to test it against. You have a few options:
|
|
|
|
1. The BigchainDB Test Network (or "Testnet") is a free-to-use, publicly-available BigchainDB network that you can test against. You can find out more about the BigchainDB Testnet on [the BigchainDB "Get Started" page](https://www.bigchaindb.com/developers/getstarted/#server).
|
|
1. You could also run a BigchainDB node on you local machine. One way is to use the [Simple Deployment Template](./simple-deployment-template/index.html), with a one-node "network." Another way is to use one of the deployment methods listed in the [the docs about contributing to BigchainDB](https://docs.bigchaindb.com/projects/contributing/en/latest/index.html).
|
|
|
|
Regardless of which BigchainDB network you use, you'll probably use one of the [BigchainDB drivers or tools](https://www.bigchaindb.com/getstarted/#drivers).
|
|
|
|
## Help Develop BigchainDB Server
|
|
|
|
To help develop BigchainDB Server (the core software in each BigchainDB node), see [the docs about contributing to BigchainDB](https://docs.bigchaindb.com/projects/contributing/en/latest/index.html).
|
|
|
|
<hr>
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|