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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ print("CDP SDK has been successfully configured from JSON file.")
79
79
80
80
This will allow you to authenticate with the Platform APIs.
81
81
82
-
If you are using a CDP [Server-Signer](https://docs.cdp.coinbase.com/mpc-wallet/docs/serversigners) to manage your private keys, enable it with
82
+
If you are using a CDP [Server-Signer](https://docs.cdp.coinbase.com/wallet-api/docs/serversigners) to manage your private keys, enable it with
83
83
84
84
```python
85
85
Cdp.use_server_signer =True
@@ -193,7 +193,7 @@ list(address.trades())
193
193
194
194
### Re-Instantiating Wallets
195
195
196
-
The SDK creates wallets with [Developer-Managed (1-1)](https://docs.cdp.coinbase.com/mpc-wallet/docs/wallets#developer-managed-wallets) keys by default, which means you are responsible for securely storing the keys required to re-instantiate wallets. The below code walks you through how to export a wallet and store it in a secure location.
196
+
The SDK creates wallets with [Developer-Managed (1-1)](https://docs.cdp.coinbase.com/wallet-api/docs/wallets#developer-managed-wallets) keys by default, which means you are responsible for securely storing the keys required to re-instantiate wallets. The below code walks you through how to export a wallet and store it in a secure location.
197
197
198
198
```python
199
199
# Export the data required to re-instantiate the wallet. The data contains the seed, the ID of the wallet, and the network ID.
0 commit comments