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:
parent
cefc34d3cd
commit
e6c2f83831
@ -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.
|
||||
|
||||
```bash
|
||||
export MNEMONIC="XXXX"
|
||||
export PRIVATE_KEY="XXXX"
|
||||
```
|
||||
|
||||
### RPC Endpoint Specification
|
||||
|
Loading…
Reference in New Issue
Block a user