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

Update from mnemonic to private key

Related to: https://github.com/oceanprotocol/ocean-cli/pull/23/files
This commit is contained in:
Ana 2023-10-06 09:42:32 +03:00 committed by GitHub
parent cefc34d3cd
commit e6c2f83831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ To successfully configure the CLI tool, two essential steps must be undertaken:
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. 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.
```bash ```bash
export MNEMONIC="XXXX" export PRIVATE_KEY="XXXX"
``` ```
### RPC Endpoint Specification ### RPC Endpoint Specification