Skip to content

Commit

Permalink
docs: mention setting private key via env var
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Oct 15, 2023
1 parent 5d27c90 commit 640b76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/signers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Plain text private keys are only intended to be used for development purposes, w
starkli signer gen-keypair
```

For commands that expect a signer, you can then use the `--private-key <KEY>` option.
For commands that expect a signer, you can then use the `--private-key <KEY>` option. Alternatively, you can set the `STARKNET_PRIVATE_KEY` environment variable to make command invocations easier.

0 comments on commit 640b76f

Please sign in to comment.