2016-03-03 11:59:03 +01:00
2016-03-02 14:18:11 +01:00
2016-03-02 18:36:02 +01:00
2016-03-03 11:59:03 +01:00
2016-02-10 19:55:33 +01:00
2016-02-19 00:26:38 +01:00
2016-02-10 19:55:33 +01:00
2016-03-02 18:36:02 +01:00
2016-02-10 15:48:31 +01:00
2016-02-10 19:55:33 +01:00
2016-03-02 01:12:42 +01:00

BigchainDB - Integration Examples

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

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

Interledger

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 examples/interledger/bigchain.json start
$2> bigchaindb -c examples/interledger/megachain.json start

$3> cd examples/interledger
$3> python3 run_cross_ledger_payment_simple.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)

Description
Languages
Python 83.6%
Shell 12.5%
Lua 1.6%
Dockerfile 0.8%
Jinja 0.7%
Other 0.8%