Commit 0ff099b 1 parent 45568af commit 0ff099b Copy full SHA for 0ff099b
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
Plutip has executable 'local-cluster' starting a cluster of 3 pools and a relay node.
4
4
5
5
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
+ ```
6
13
- start cluster with ` cabal new-run local-cluster [CLUSTER_DIR] ` and copy shown node socket
7
14
- to hard-fork run:
8
15
```
@@ -15,7 +22,8 @@ To witness a fork one should:
15
22
# it waits first for new epoch in babbage era
16
23
bash cluster-data/update-proposal-cost-model.sh
17
24
```
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.
19
27
20
28
Wallet address displayed by local-cluster is for key in ` $CLUSTER_WORK_DIR/bot-plutus-interface/signing-keys ` . One can ignore it.
21
29
You can’t perform that action at this time.
0 commit comments