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
Copy file name to clipboardExpand all lines: docs/pages/overview/supported-chains.mdx
+40-26Lines changed: 40 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Alchemy Smart Wallets are supported on all major chains! Login and authenticatio
6
6
7
7
To send transactions and sponsor gas, we provide infrastructure (bundler and gas manager) on the chains listed below. You can even use multiple chains at once in the same app — see our [multi-chain guide](/wallets/recipes/multi-chain-setup) for details.
8
8
9
+
Ensure to import chains from '@account-kit/infra'.
10
+
9
11
## Need another chain?
10
12
11
13
We’re constantly expanding support and can quickly spin up new chains on request. This is the best way to ensure everything works seamlessly with Smart Wallets.
@@ -15,29 +17,41 @@ We’re constantly expanding support and can quickly spin up new chains on reque
Copy file name to clipboardExpand all lines: docs/pages/recipes/programmatic-wallet-creation.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This recipe shows how to programmatically create a smart wallet: you’ll genera
40
40
<Steptitle="Generate an access key">
41
41
Server wallets enable backend applications to programmatically control wallets using access keys, without requiring interactive authentication. This is perfect for automated systems, batch operations, or when you need to sign transactions from your backend.
42
42
43
-
Note: This access key is not the same as the [access keys](https://www.alchemy.com/docs/how-to-create-access-keys#generating-access-keys) generated in the Alchemy Dashboard. It’s specific to server wallet authentication.
43
+
Note: This access key is not the same as the [access keys](https://www.alchemy.com/docs/how-to-create-access-keys#generating-access-keys) generated in the Alchemy Dashboard. It’s specific to server wallet authentication. You must generate and securely store this key yourself.
44
44
**How server wallets work:**
45
45
- You generate a secure access key that never leaves your server
46
46
- Alchemy derives a public key from your access key for authentication
@@ -60,7 +60,7 @@ This recipe shows how to programmatically create a smart wallet: you’ll genera
60
60
<Warning>
61
61
**Critical: Save your access key securely!**
62
62
63
-
This access key is required to control your server wallet. Alchemy does not store it and it cannot be recovered it if lost. Make sure to store it in a secure location.
63
+
This access key is required to control your server wallet. Alchemy does not store it and it cannot be recovered if lost. Make sure to store it in a secure location.
Copy file name to clipboardExpand all lines: docs/pages/signer/authentication/server-wallets.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ Get your **API key** by creating a new app in your [Alchemy Dashboard](https://d
22
22
23
23
Generate a secure access key for authentication. This key will never be sent to our servers - we'll derive a public key from it when interacting with Alchemy.
24
24
25
-
Note: This access key is not the same as the [access keys](https://www.alchemy.com/docs/how-to-create-access-keys#generating-access-keys) generated in the Alchemy Dashboard. It’s specific to server wallet authentication.
25
+
Note: This access key is not the same as the [access keys](https://www.alchemy.com/docs/how-to-create-access-keys#generating-access-keys) generated in the Alchemy Dashboard. It’s specific to server wallet authentication. You must generate and securely store this key yourself.
26
26
27
27
<Warning>
28
28
**Critical: Save your access key securely!**
29
29
30
-
This access key is required to control your server wallet. Alchemy does not store it and it cannot be recovered it if lost. Make sure to store it in a secure location.
30
+
This access key is required to control your server wallet. Alchemy does not store it and it cannot be recovered if lost. Make sure to store it in a secure location.
0 commit comments