mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
59 lines
2.9 KiB
Markdown
59 lines
2.9 KiB
Markdown
# BigchainDB - Interledger fork
|
|
|
|
A scalable blockchain database. [The whitepaper](https://www.bigchaindb.com/whitepaper/) explains what that means.
|
|
|
|
[](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://pypi.python.org/pypi/BigchainDB)
|
|
[](https://travis-ci.org/bigchaindb/bigchaindb)
|
|
[](https://codecov.io/github/bigchaindb/bigchaindb?branch=develop)
|
|
[](http://bigchaindb.readthedocs.org/en/develop/?badge=develop)
|
|
|
|
|
|
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](#gettingstarted)
|
|
```
|
|
$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
|
|
```
|
|
|
|
- [x] multisig
|
|
- [x] escrow
|
|
- [x] connectors
|
|
- [ ] signed receipts
|
|
- [ ] receipt propagation and listeners
|
|
- [ ] proper asset conversion
|
|
- [ ] RESTful API wrapper
|
|
- [ ] multi-(big)chain(db) instantiation + network path optimization
|
|
|
|
|
|
## <a name="gettingstarted"></a>Quick Start
|
|
|
|
### [Install & Run BigchainDB](http://bigchaindb.readthedocs.org/en/develop/installing.html)
|
|
### [Run BigchainDB with Docker](http://bigchaindb.readthedocs.org/en/develop/installing.html#run-bigchaindb-with-docker)
|
|
### [Getting Started (Tutorial)](http://bigchaindb.readthedocs.org/en/develop/getting-started.html)
|
|
|
|
## Links for Everyone
|
|
* [BigchainDB.com](https://www.bigchaindb.com/) - the main BigchainDB website, including newsletter signup
|
|
* [Whitepaper](https://www.bigchaindb.com/whitepaper/) - outlines the motivations, goals and core algorithms of BigchainDB
|
|
* [Roadmap](ROADMAP.md)
|
|
* [Blog](https://medium.com/the-bigchaindb-blog)
|
|
* [Twitter](https://twitter.com/BigchainDB)
|
|
* [Google Group](https://groups.google.com/forum/#!forum/bigchaindb)
|
|
|
|
## Links for Developers
|
|
* [Documentation](http://bigchaindb.readthedocs.org/en/develop/#) - for developers
|
|
* [CONTRIBUTING.md](CONTRIBUTING.md) - how to contribute
|
|
* [Community guidelines](CODE_OF_CONDUCT.md)
|
|
* [Open issues](https://github.com/bigchaindb/bigchaindb/issues)
|
|
* [Open pull requests](https://github.com/bigchaindb/bigchaindb/pulls)
|
|
* [Gitter chatroom](https://gitter.im/bigchaindb/bigchaindb)
|
|
|
|
## Legal
|
|
* [Licenses](LICENSES.md) - open source & open content
|
|
* [Imprint](https://www.bigchaindb.com/imprint/)
|
|
* [Contact Us](https://www.bigchaindb.com/contact/)
|