From 5ae231501c8bad5d7fc7df74e4d4b689a0e24e77 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 20 Jun 2016 11:24:05 +0200 Subject: [PATCH] Docs: Added 'BigchainDB Integration with Other Blockchains' --- docs/source/topic-guides/assets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/topic-guides/assets.md b/docs/source/topic-guides/assets.md index 0f964114..3777a996 100644 --- a/docs/source/topic-guides/assets.md +++ b/docs/source/topic-guides/assets.md @@ -11,3 +11,10 @@ BigchainDB can store data of any kind (within reason), but it's designed to be p * Validated transactions are strongly tamper-resistant; see [the section about immutability / tamper-resistance](immutable.html). You can read more about the details of BigchainDB transactions in [the section on Transaction, Block and Vote Models (data models)](models.html). + + +## BigchainDB Integration with Other Blockchains + +BigchainDB works with the [Interledger protocol](https://interledger.org/), enabling the transfer of assets between BigchainDB and other blockchains, ledgers, and payment systems. + +We’re actively exploring ways that BigchainDB can be used with other blockchains and platforms.