1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
Meet BigchainDB. The blockchain database. https://www.bigchaindb.com/
Go to file
2016-04-05 11:07:04 +02:00
bigchaindb Merge branch 'develop' into feat/55/more-descriptive-start-message 2016-03-21 10:28:43 +01:00
deploy-cluster-aws Remove fabric check in startup.sh 2016-04-05 11:07:04 +02:00
docs one line: pip install fabric fabtools requests boto3 2016-04-04 14:46:11 +02:00
tests Tests for loading consensus plugins 2016-03-14 13:27:17 -07:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitignore Rename bigchaindb.conf to rethinkdb.conf (@ AWS deployment) 2016-03-31 15:13:42 +02:00
.travis.yml Add xdist to travis 2016-02-19 00:26:38 +01:00
CHANGELOG.md Noted AWS deployment scripts in CHANGELOG.md 2016-04-01 09:05:58 +02:00
CODE_OF_CONDUCT.md Added protection for discrimination based on species 2016-02-23 15:26:11 +01:00
CONTRIBUTING.md In CONTRIBUTING.md, ask contributors to update CHANGELOG.md 2016-03-07 13:57:45 +01:00
docker-compose-monitor.yml docker images now come from bigchaindb dockerhub account 2016-02-29 14:01:43 +01:00
docker-compose.yml Change port number to a higher number 2016-02-17 23:59:26 +01:00
Dockerfile Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
LICENSES.md Re-add link to licenses in the docs 2016-03-08 10:30:43 +01:00
pytest.ini Add code, have fun! 2016-02-10 19:55:33 +01:00
PYTHON_STYLE_GUIDE.md Move info on running all unit tests into the Sphinx docs 2016-03-17 16:20:11 +01:00
README.md Restrutured docs for HTTP and Python driver APIs 2016-03-08 14:03:04 +01:00
ROADMAP.md Public Testnet --> Public Sandbox Testnet 2016-03-18 11:55:20 +01:00
setup.cfg Add code, have fun! 2016-02-10 19:55:33 +01:00
setup.py Update the cryptography dependency to 1.2.3 2016-04-03 10:18:44 +02:00

BigchainDB

A scalable blockchain database. The whitepaper explains what that means.

Join the chat at https://gitter.im/bigchaindb/bigchaindb PyPI Travis branch Codecov branch Documentation Status

Quick Start

Install and Run BigchainDB Server

Run BigchainDB with Docker

The Python Server API by Example

The Python Driver API by Example