Add script link
parent
700c482185
commit
46c89f380e
|
@ -1,6 +1,15 @@
|
|||
# Hyperledger fabric
|
||||
Note, currently you should manually create an `openblockchain/baseimage:latest` first. The
|
||||
easiest way to do so is:
|
||||
|
||||
You can use the following script to install docker and start PBFT cluster in one instruction.
|
||||
|
||||
```sh
|
||||
$ bash setupPbft.sh
|
||||
```
|
||||
|
||||
If you want to start it manually, follow the steps:
|
||||
|
||||
First, pull an `openblockchain/baseimage:latest` first.
|
||||
|
||||
```sh
|
||||
$ docker pull yeasy/hyperledger:latest && docker tag yeasy/hyperledger:latest hyperledger/fabric-baseimage:latest
|
||||
$ docker pull yeasy/hyperledger-peer:latest
|
||||
|
@ -27,4 +36,4 @@ Use the noops as consensus, i.e., no consensus.
|
|||
|
||||
## pbft
|
||||
|
||||
Use pbft as consensus.
|
||||
Use pbft as consensus.
|
||||
|
|
Loading…
Reference in New Issue