Skip to content

Commit

Permalink
Add instructions for api key.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed Oct 20, 2024
1 parent 2b2570d commit d6fa4db
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tig-benchmarker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@ options:
--verbose Print debug logs
```
# Finding your API Key
## Mainnet
1. Navigate to https://play.tig.foundation/
2. Connect your wallet
3. Run the following command in the console: `JSON.parse(Cookies.get("account"))`
* `address` is your Mainnet `player_id`
* `api_key` is your Mainnet API key
## Testnet
1. Navigate to https://test.tig.foundation/
2. Connect your wallet
3. Run the following command in the console: `JSON.parse(Cookies.get("account"))`
* `address` is your Testnet `player_id`
* `api_key` is your Testnet API key
# License
[End User License Agreement](../docs/agreements/end_user_license_agreement.pdf)

0 comments on commit d6fa4db

Please sign in to comment.