Skip to content

Issue Candidate: env naming and clarity in README or examples #1211

@exploreriii

Description

@exploreriii

README.md points to

# Account that will pay query and transaction fees.
OPERATOR_ID=
# Default private key to use to sign for all transactions and queries.
OPERATOR_KEY=

https://github.com/hiero-ledger/hiero-sdk-rust?tab=readme-ov-file

However, at least some examples require different env variables:

     Running `target/release/examples/account_alias`
error: the following required arguments were not provided:
  --operator-account-id <OPERATOR_ACCOUNT_ID>

also despite Usage: account_alias --operator-account-id <OPERATOR_ACCOUNT_ID> --operator-key <OPERATOR_KEY>
i have a sign error

This was resolved by not using a ECDSA key and instead a ed25519 key

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions