mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* Reorganized docs * Fixed internal links in basic usage * fixed the docker-compose command and volume for docs * fixed docs tests * fix travis docs test * tox ini file * fixed readme localhost links * edited tox and test docs to previous state * Fix tests errors related to docs reorganization Signed-off-by: David Dashyan <mail@davie.li> * Added ansible script installation option Signed-off-by: Lana Ivina <lana@ipdb.io> * Added ansible script to network setup guide Signed-off-by: Lana Ivina <lana@ipdb.io> * Hid the non-working button for now. Signed-off: Lana Ivina <lana@ipdb.io> * Try now button Co-authored-by: David Dashyan <mail@davie.li>
2.8 KiB
2.8 KiB
Introduction
This is the documentation for BigchainDB Server, or in other words, node - the BigchainDB software that is on servers (but not on clients).
Setup Instructions for Various Cases
- Quickstart link below
- Set up a local BigchainDB node for development, experimenting and testing
- Set up and run a BigchainDB network
Develop an App Test
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:
- The IPDB Test Network (or "Testnet") is a free-to-use, publicly-available test network that you can test against. It is available at IPDB testnet.
- You could also run a BigchainDB node on you local machine. One way is to use this node setup guide with a one-node "network" by using the all-in-one docker solution, or manual installation and configuration of the components. Another way is to use one of the deployment methods listed in the network setup guide or in the the docs about contributing to BigchainDB.
(WIP) Quickstart
Try BigchainDB
Create a transaction and post it to the test network: