Add instructions for api key.

This commit is contained in:
FiveMovesAhead 2024-10-20 01:47:30 +01:00
parent 2b2570d4b4
commit d6fa4dbc20

View File

@ -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)