bigchaindb

Meet BigchainDB. The blockchain database.

Github星跟踪图

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

BigchainDB Server

BigchainDB is the blockchain database. This repository is for BigchainDB Server.

The Basics

Run and Test BigchainDB Server from the master Branch

Running and testing the latest version of BigchainDB Server is easy. Make sure you have a recent version of Docker Compose installed. When you are ready, fire up a terminal and run:

git clone https://github.com/bigchaindb/bigchaindb.git
cd bigchaindb
make run

BigchainDB should be reachable now on http://localhost:9984/.

There are also other commands you can execute:

  • make start: Run BigchainDB from source and daemonize it (stop it with make stop).
  • make stop: Stop BigchainDB.
  • make logs: Attach to the logs.
  • make test: Run all unit and acceptance tests.
  • make test-unit-watch: Run all tests and wait. Every time you change code, tests will be run again.
  • make cov: Check code coverage and open the result in the browser.
  • make doc: Generate HTML documentation and open it in the browser.
  • make clean: Remove all build, test, coverage and Python artifacts.
  • make reset: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in BigchainDB.

To view all commands available, run make.

主要指标

概览
名称与所有者bigchaindb/bigchaindb
主编程语言Python
编程语言Python (语言数: 7)
平台
许可证Apache License 2.0
所有者活动
创建于2016-02-08 10:12:58
推送于2024-07-04 16:38:13
最后一次提交2022-05-17 06:30:19
发布数54
最新版本名称v2.2.2 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数4k
关注者数211
派生数770
提交数4.4k
已启用问题?
问题数1218
打开的问题数167
拉请求数1342
打开的拉请求数2
关闭的拉请求数189
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?