mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update README.md
This commit is contained in:
parent
30a68e483f
commit
21baf7d576
19
README.md
19
README.md
@ -1,4 +1,4 @@
|
|||||||
# BigchainDB
|
# BigchainDB - Interledger fork
|
||||||
|
|
||||||
[](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](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://pypi.python.org/pypi/BigchainDB)
|
||||||
@ -6,11 +6,26 @@
|
|||||||
[](https://codecov.io/github/bigchaindb/bigchaindb?branch=develop)
|
[](https://codecov.io/github/bigchaindb/bigchaindb?branch=develop)
|
||||||
[](http://bigchaindb.readthedocs.org/en/develop/?badge=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)
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
- [x] multisig
|
||||||
|
- [x] escrow
|
||||||
|
- [x] connectors
|
||||||
|
- [ ] signed receipts
|
||||||
|
- [ ] receipt propagation and listeners
|
||||||
|
- [ ] proper asset conversion
|
||||||
|
- [ ] multi-(big)chain(db) instantiation + network path optimization
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Documentation is available at https://bigchaindb.readthedocs.org/
|
Documentation is available at https://bigchaindb.readthedocs.org/
|
||||||
|
|
||||||
## Getting started
|
## <a name="gettingstarted"></a> Getting started
|
||||||
|
|
||||||
### Install RethinkDB
|
### Install RethinkDB
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user