Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Bertone <[email protected]>
  • Loading branch information
Neurone committed Dec 7, 2023
1 parent a37593a commit a9dcc88
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ If you have any questions on the Hedera SDK or Hedera more generally, you can jo
Before running the integration tests, an operator key, operator account id, and a network name must be set in an `.env` file.

```bash
# Account that will pay query and transaction fees
# Account that will pay query and transaction fees.
TEST_OPERATOR_ACCOUNT_ID=
# Default private key to use to sign for all transactions and queries
# Default private key to use to sign for all transactions and queries.
TEST_OPERATOR_KEY=
# Network names: "localhost", "testnet", "previewnet", "mainnet"
# Network names: "localhost", "testnet", "previewnet", "mainnet".
TEST_NETWORK_NAME=
# Running on-chain tests if this value is set to 1.
TEST_RUN_NONFREE=
```

Run the tests using `cargo test`
Expand Down

0 comments on commit a9dcc88

Please sign in to comment.