Skip to content

Commit

Permalink
Update readme with APIKey instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbsobreira committed Apr 9, 2021
1 parent 3ccd16f commit 2c23a1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -61,3 +61,17 @@ based environment variables.
```bash
GOTRON_SDK_DEBUG=true ./tronctl
```


# GRPC TLS

If you node require TLS connection, use parameter `--withTLS`
TLS credentials can also be set persistent in config file: `withTLS: true`

# Trongrid API Key

To set trongrid API Key first create you api key at `www.trongrid.io` and use parameter
`--apiKey=25f66928-0b70-48cd-9ac6-da6f8247c663` (replace with your API key)
Trongrid API Key can also be set persistent in config file: `apiKey: 25f66928-0b70-48cd-9ac6-da6f8247c663` (replace with your API key)

OS environment variable `TRONGRID_APIKEY` will overwrite any prior API key configuration if set.

0 comments on commit 2c23a1d

Please sign in to comment.