Skip to content

Commit 0ff099b

Browse files
committed
Update vasil-hardfork.md
1 parent 45568af commit 0ff099b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

vasil-hardfork.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Plutip has executable 'local-cluster' starting a cluster of 3 pools and a relay node.
44

55
To witness a fork one should:
6+
- prepare the repository:
7+
```
8+
git clone https://github.com/mlabs-haskell/plutip.git
9+
cd plutip
10+
git checkout vasil-local-cluster
11+
nix develop
12+
```
613
- start cluster with `cabal new-run local-cluster [CLUSTER_DIR]` and copy shown node socket
714
- to hard-fork run:
815
```
@@ -15,7 +22,8 @@ To witness a fork one should:
1522
# it waits first for new epoch in babbage era
1623
bash cluster-data/update-proposal-cost-model.sh
1724
```
18-
Use node socket with `--mainnet` flag.
25+
26+
One can use the started cardano node for submiting transactions, queries etc. Use node socket with `--mainnet` flag.
1927

2028
Wallet address displayed by local-cluster is for key in `$CLUSTER_WORK_DIR/bot-plutus-interface/signing-keys`. One can ignore it.
2129

0 commit comments

Comments
 (0)