We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccdfbd commit bcc6c89Copy full SHA for bcc6c89
README.md
@@ -553,6 +553,7 @@ generate-keys $COOP_PAB_DIR
553
```
554
555
Now we are ready to run the service (use Bash function `coop-run-tx-builder-grpc`):
556
+
557
```sh
558
coop-pab-cli tx-builder-grpc --auth-wallet $AUTH_PKH --fee-wallet $FEE_PKH
559
@@ -618,7 +619,7 @@ echo "SELECT * FROM fact_statements" | sqlite3 $JS_STORE_DIR/json-store.db
618
619
620
You expectedly should see:
621
-```
622
+```text
623
id1|["apples", "oranges", "pears"]
624
id2|{"name": "Drazen Popovic", "age": 35}
625
id3|"Lorem ipsum"
0 commit comments