mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
BigchainDB - Integration Examples
A scalable blockchain database. The whitepaper explains what that means.
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)
Links for Everyone
- BigchainDB.com - the main BigchainDB website, including newsletter signup
- Whitepaper - outlines the motivations, goals and core algorithms of BigchainDB
- Roadmap
- Blog
- Google Group
Links for Developers
- Documentation - for developers
- CONTRIBUTING.md - how to contribute
- Community guidelines
- Open issues
- Open pull requests
- Gitter chatroom
Legal
- Licenses - open source & open content
- Imprint
- Contact Us
Description
Meet BigchainDB. The blockchain database.
Readme
Languages
Python
83.6%
Shell
12.5%
Lua
1.6%
Dockerfile
0.8%
Jinja
0.7%
Other
0.8%