mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
restructure example
This commit is contained in:
parent
8a9ea97b69
commit
9a1a3bdc2d
@ -14,9 +14,12 @@ The edits are found under interledger/core.py and interledger/tests/test_connect
|
|||||||
To run the interledger test, [install bigchaindb](#gettingstarted)
|
To run the interledger test, [install bigchaindb](#gettingstarted)
|
||||||
```
|
```
|
||||||
$0> rethinkdb &
|
$0> rethinkdb &
|
||||||
$1> bigchaindb -c examples/interledger/tests/bigchain.json start
|
|
||||||
$2> bigchaindb -c examples/interledger/tests/megachain.json start
|
$1> bigchaindb -c examples/interledger/bigchain.json start
|
||||||
$3> python3 examples/interledger/tests/test_connector.py
|
$2> bigchaindb -c examples/interledger/megachain.json start
|
||||||
|
|
||||||
|
$3> cd examples/interledger
|
||||||
|
$3> python3 run_cross_ledger_payment_simple.py
|
||||||
```
|
```
|
||||||
|
|
||||||
- [x] multisig
|
- [x] multisig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user