diff --git a/POPETS-ARTIFACTS-README.md b/POPETS-ARTIFACTS-README.md index 904c4a922..97e856e43 100644 --- a/POPETS-ARTIFACTS-README.md +++ b/POPETS-ARTIFACTS-README.md @@ -161,6 +161,27 @@ Setup and start the local network with: ./scripts/start_node.sh ``` +At the end of its execution the script should end with an output similar to: +```shell +... + +********************************************************************************* +* * +* Secret Network Test Nodes are now setup, and ready for experiments. * +* * +********************************************************************************* + +Node 2 status info: +{ + "Address": "A80B0E25EEA4665348F071A41B8122AF079BB2AF", + "PubKey": { + "type": "tendermint/PubKeyEd25519", + "value": "Ew9FY1+mRmXWTnAklkyjcPMiJfbz23b06UtsC04xTQw=" + }, + "VotingPower": "0" +} +``` +
What does the above command do? @@ -180,6 +201,7 @@ The victim account has a balance of 12343. Two attacker accounts have balance of any transactions to the network.
+ ### Testing the Environment