From d6fa4dbc20ff775a0bbb18e83e68c00ced576fbe Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Sun, 20 Oct 2024 01:47:30 +0100 Subject: [PATCH] Add instructions for api key. --- tig-benchmarker/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tig-benchmarker/README.md b/tig-benchmarker/README.md index a6598a99..53d7e1ac 100644 --- a/tig-benchmarker/README.md +++ b/tig-benchmarker/README.md @@ -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)