bigchaindb/README.md
diminator 482cd634f2 Merge remote-tracking branch 'remotes/bigchaindb/develop' into develop
Conflicts:
	README.md
	bigchaindb/core.py
2016-03-02 17:39:06 +01:00

2.9 KiB

BigchainDB - Interledger fork

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

This fork provides basic functionality for supporting the interledger protocol, see http://interledger.org/

The edits are found under interledger/core.py and interledger/tests/test_connector.py To run the interledger test, install bigchaindb

$0> rethinkdb &
$1> bigchaindb -c interledger/tests/bigchain.json start
$2> bigchaindb -c interledger/tests/megachain.json start
$3> python3 interledger/tests/test_connector.py 
  • multisig
  • escrow
  • connectors
  • signed receipts
  • receipt propagation and listeners
  • proper asset conversion
  • RESTful API wrapper
  • multi-(big)chain(db) instantiation + network path optimization

Quick Start

Install & Run BigchainDB

Run BigchainDB with Docker

Getting Started (Tutorial)