Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ curl -sSL https://github.com/hyperledger-labs/microfab/raw/main/integration/data

- Start Microfab with it's default configuration; (in a separate terminal run `docker logs -f microfab` so you can see what it's doing)
```
curl -sSL https://github.com/hyperledger-labs/microfab/releases/download/v0.0.18/microfab-linux-amd64 -o microfab

microfab start
curl -sSL https://github.com/hyperledger-labs/microfab/releases/download/v0.0.19/microfab-amd64 -o microfab
chmod +x ./microfab
curl -s https://raw.githubusercontent.com/hyperledger-labs/microfab/main/examples/two-orgs.json -o config.json
./microfab start --configFile ./config.json
```

- We need to get the configuration of microfab and the address identities that it created; using the Hyperledger Labs *weft* tool is the quickest
Expand Down Expand Up @@ -146,4 +147,4 @@ docker run -d --rm -p 8080:8080 --name microfab ghcr.io/hyperledger-labs/microfa

```
curl -s http://console.127-0-0-1.nip.io:8080/ak/api/v1/components | npx @hyperledger-labs/weft microfab -w _wallets -p _gateways -m _msp -f
```
```