You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In development mode, go to the server url to see an admin interface
76
76
- Every request to the server requires an authentication token for admin actions use the thirdweb SecretKey. Use the `Authorization` Header to set the value shown below:
77
77
-`Authorization: Bearer: <thirdweb SecretKey>`
78
-
- Every write request to the server also requires the `X-Wallet-Address` header to specify which admin wallet to send a transaction with. Use the following format to set this header:
78
+
- Every write request to the server also requires the `x-wallet-address` header to specify which admin wallet to send a transaction with. Use the following format to set this header:
0 commit comments