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
Ensure you keep your secret key and private key safe and do not expose it in your codebase. We recommend using a
63
+
Ensure you keep your secret key safe and do not expose it in your codebase. We recommend using a
64
64
secret key manager such as [AWS Secret Manager](https://aws.amazon.com/secrets-manager/) or [Google Secret Manager](https://cloud.google.com/secret-manager).
65
65
</Callout>
66
66
67
67
```jsx
68
68
THIRDWEB_SECRET_KEY=your_thirdweb_secret_key
69
-
EOA_PRIVATE_KEY=your_wallet_private_key
70
69
```
71
70
</Step>
72
71
@@ -88,15 +87,15 @@ import {
88
87
This function processes the API's response and executes blockchain transactions.
0 commit comments