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-26 15:00:35 +02:00
bigchaindb bump short version 2016-04-26 11:09:55 +02:00
deploy-cluster-aws Call clusterize_confiles.py & send_confile from startup.sh 2016-04-26 14:58:56 +02:00
docs run the loader inside a running container 2016-04-26 10:45:05 +02:00
tests Fix AttributeError in test 2016-04-20 23:23:08 +02:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitignore Add deploy-cluster-aws/confiles/ to .gitignore 2016-04-26 15:00:35 +02:00
.travis.yml Add xdist to travis 2016-02-19 00:26:38 +01:00
CHANGELOG.md added commit tag to changelog 2016-04-26 11:19:04 +02:00
CODE_OF_CONDUCT.md Added protection for discrimination based on species 2016-02-23 15:26:11 +01:00
codecov.yml Minor change to codecov.yml 2016-04-17 13:43:21 +02:00
CONTRIBUTING.md Minor edits to CONTRIBUTING.md 2016-04-13 11:45:15 +02:00
docker-compose-monitor.yml docker images now come from bigchaindb dockerhub account 2016-02-29 14:01:43 +01:00
docker-compose.yml run the loader inside a running container 2016-04-26 10:45:05 +02:00
Dockerfile Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
HOW_TO_HANDLE_PULL_REQUESTS.md Minor edit in HOW_TO_HANDLE_PULL_REQUESTS.md 2016-04-04 11:44:54 +02: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 Developer-specific notes on running unit tests 2016-04-13 11:44:36 +02:00
README.md Merge branch 'move-badges-to-top' 2016-04-12 09:31:38 +02: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 to cryptoconditions 0.1.6: removes the need of the cryptography dependency 2016-04-22 12:23:51 +02:00

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

BigchainDB

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

Quick Start

Install and Run BigchainDB Server

Run BigchainDB with Docker

The Python Server API by Example

The Python Driver API by Example