File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 33Plutip has executable 'local-cluster' starting a cluster of 3 pools and a relay node.
44
55To 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
2028Wallet address displayed by local-cluster is for key in ` $CLUSTER_WORK_DIR/bot-plutus-interface/signing-keys ` . One can ignore it.
2129
You can’t perform that action at this time.
0 commit comments