Skip to content

diminator/bigchaindb

 
 

Repository files navigation

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

Links for Everyone

Links for Developers

Legal

About

A scalable blockchain database

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%