mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 19:17:22 +08:00
Add instructions for api key.
This commit is contained in:
parent
2b2570d4b4
commit
d6fa4dbc20
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user