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/docs/packages/plugins.md
+1
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,7 @@ The plugin automatically handles wallet creation or uses an existing wallet if t
292
292
-**Generate a new wallet** using the Coinbase SDK.
293
293
- Automatically **export the wallet details** (`seed` and `walletId`) and securely store them in `runtime.character.settings.secrets` or other configured storage.
294
294
- Log the wallet’s default address for reference.
295
+
- If the character file does not exist, the wallet details are saved to a characters/charactername-seed.txt file in the characters directory with a note indicating that the user must manually add these details to settings.secrets or the .env file.
295
296
296
297
2.**Using an Existing Wallet**
297
298
If wallet information is available during the first run:
0 commit comments