1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge branch 'main' into Wanderclyffex-patch-2

This commit is contained in:
Ana Loznianu 2023-10-11 15:11:47 +03:00
commit a4ad39cd3c

View File

@ -37,7 +37,13 @@ To successfully configure the CLI tool, two essential steps must be undertaken:
### Private Key Configuration
The CLI tool requires the configuration of the account's private key. This private key serves as the means by which the CLI tool establishes a connection to the associated wallet. It plays a crucial role in authenticating and authorizing operations performed by the tool.
The CLI tool requires the configuration of the account's 'private key'(by exporting env "PRIVATE_KEY") or a 'mnemonic'(by exporting env "MNEMONIC").
Both serve as the means by which the CLI tool establishes a connection to the associated wallet. It plays a crucial role in authenticating and authorizing operations performed by the tool. You must choose either one option or the other. The tool will not utilize both simultaneously.
```bash
export PRIVATE_KEY="XXXX"
```
or
```bash
export MNEMONIC="XXXX"