@@ -255,7 +255,6 @@ mkdir $COOP_PAB_DIR
255255mkdir $JS_STORE_DIR
256256mkdir $COOP_PUBLISHER_DIR
257257mkdir $CLUSTER_DIR $CLUSTER_DIR /scripts $CLUSTER_DIR /txs
258-
259258```
260259
261260#### 3. Running a local Cardano network
@@ -264,7 +263,6 @@ Let's first start by preparing and running a local Cardano network using the `lo
264263
265264``` sh
266265export CLUSTER_DIR=.local-cluster WALLETS=.wallets
267- mkdir $CLUSTER_DIR $CLUSTER_DIR /scripts $CLUSTER_DIR /txs $WALLETS
268266local-cluster --dump-info-json $CLUSTER_DIR /local-cluster-info.json \
269267 --wallet-dir $WALLETS --num-wallets 10 --utxos 5 \
270268 --chain-index-port 9084 \
@@ -572,7 +570,7 @@ publish.
572570First let' s prepare and initialize the service:
573571
574572` ` ` sh
575- export JS_STORE_DIR= .json-fs-store && mkdir $JS_STORE_DIR
573+ export JS_STORE_DIR= .json-fs-store
576574sqlite3 -b atch $JS_STORE_DIR /json-store.db " "
577575json-fs-store-cli genesis --db $JS_STORE_DIR /json-store.db
578576generate-keys $JS_STORE_DIR
@@ -633,7 +631,7 @@ gRPC](coop-proto/fact-statement-store-service.proto) service.
633631It' s straightforward to run:
634632
635633` ` ` sh
636- export COOP_PUBLISHER_DIR= .coop-publisher-cli && mkdir $COOP_PUBLISHER_DIR
634+ export COOP_PUBLISHER_DIR= .coop-publisher-cli
637635generate-keys $COOP_PUBLISHER_DIR
638636coop-publisher-cli publisher-grpc
639637` ` `
0 commit comments