Skip to content

Commit

Permalink
docs(SDK): Fix incorrect command and fix typos (#1078)
Browse files Browse the repository at this point in the history
Signed-off-by: Pranali Deshmukh <[email protected]>
  • Loading branch information
deshmukhpranali authored Jan 3, 2025
1 parent 4073d31 commit 1297cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/User/SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Then we start with launching a local Solo network with the following commands:

```bash
# launch a local Solo network with mirror node and hedera explorer
task default-with-mirror-node
task default-with-mirror
```

Then create a new test account with the following command:
Expand Down Expand Up @@ -60,7 +60,7 @@ OPERATOR_KEY="302a300506032b65700321001d8978e647aca1195c54a4d3d5dc469b95666de14e
HEDERA_NETWORK="local-node"
```

Make sure to assign the value of accountId to `OPERATOR\_ID` and the value of privateKey to `OPERATOR\_KEY`.
Make sure to assign the value of accountId to `OPERATOR_ID` and the value of privateKey to `OPERATOR_KEY`.

Then try the following command to run the test

Expand Down

0 comments on commit 1297cb5

Please sign in to comment.